·
I am on a Angular project which needs a search engine for a data table, and I wanted to do a mini-POC on my own to check the suitability of such a solution.
So here it is: https://github.com/vinny59200/VVTABLESEARCH
A web page with a search text input to filter the table matching rows:
―Match words out of order
―Partial word matching
―Preserved text
( https://tinyurl.com/y8jeazbg )
Have a good one!