• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MySQL question

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!
 
Back
Top