Hi! I have issue . I want to do fuzzy search.The implementation I want to do is:
1. Enter multiple words A B and a space in the search box.2. When there are item AA and item BB in the table, the data of item AA and item BB that includes A specified in the search condition is searched against the search result and search word B, and the result of searching item AA and item BB is displayed. This is the mechanism for extraction.Could you tell me fuzzy search.
Hi Ringo,
There is a component called Searched Text Highlight which searches the text that you entered and, if you want, highlights the word that you entered. It also includes a demo where you can test and see how to implement it.
Hope it helps.
Thanks Tamilarasan Senthilkumar !I found that this problem can be solved with SQL.
Thank you for teaching me.
I found that this problem can be solved with SQL. Thanks!
Would you mind posting an example here?
I am sure this can help others in the future with a similar problem.