45
Views
4
Comments
Fuzzy Search
Question
Application Type
Reactive

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. 

UserImage.jpg
Tamilarasan Senthilkumar

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.



UserImage.jpg
Ringo

Thanks Tamilarasan Senthilkumar !

I found that this problem can be solved with SQL.

Thank you for teaching me.

UserImage.jpg
Ringo

I found that this problem can be solved with SQL. 

Thanks!

2023-02-06 14-27-11
André Smit

Would you mind posting an example here?

I am sure this can help others in the future with a similar problem.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.