Hyperblaze
Lifer
I'm trying to get a mysql statement going which will compare the compatibility of text compared to a field.
Here's the kicker, would also like to have a percentage as to how closely the text compares to the field.
Ideally, would love to use the functions "match" and "against", but that would require full-text indexing of all the fields I wish to compare data with (and not recommended unless it's a last resort)
I'm reading up on the compare function, but still looking for solid ideas on how to proceed in that regard.
Would anyone have any ideas? Please let me know. Thanks!
Here's the kicker, would also like to have a percentage as to how closely the text compares to the field.
Ideally, would love to use the functions "match" and "against", but that would require full-text indexing of all the fields I wish to compare data with (and not recommended unless it's a last resort)
I'm reading up on the compare function, but still looking for solid ideas on how to proceed in that regard.
Would anyone have any ideas? Please let me know. Thanks!