Can I identify matched conditions when searching with sphinx?

I am using sphinx for full-text search in mysql database using sphinx thinking.

I would like to highlight matching terms in the results that I am showing the user.

Spinks is smart enough that the search for "botulism" will be consistent with "I like to inject botulinum into the eyes."

How can I get him to tell me that “botulism” corresponds to “botulism”?

+3
source share
1 answer

Firstly, I use sphinx heavily for one of my projects, but I do not use ThinkingSphinx, since the configuration file used is quite complex, I use the custom act_as_sphinx plugin.

:

, , sphinx,

+2

All Articles