Closed MRezaSafari closed 9 years ago
is it going to be around soon ?
I have to evaluate the complexity. Currently everything occurs in one regexp match per field which is pretty quick. Increasing the time per record will have implications on large datasets.
@source http://lunrjs.com/
Thanks @agborkowski useful for me, i was unfamiliar with steming and stop words. These seem like interesting enhancements for search, although it appears will probably cost about 5-10kb of filesize to add.
Pushing this back to 1.10
not enough time this release
i think you should consider adding this as a plugin and not in the core . the core function is good for public , try to release this enhancement as plugin .
The use of meta characters like "+" to separate words will probably not come for a bit.
As a consolation i've added an implementation of fuzzy search as the new full text search algorithm.
Hello ,
i have almost 4000 record and i want to use the ui.search functionality to have a full text search on them . there is no problem , search is working perfectly and fast . ( i export them as json data and use the json data to search ).
take this as an example :
and have this for calling this :
so , as you see here i do the search in title and id . now take this queries as an example
look at those last three queries . how can i make this happen ? like the google , we use + to attach words together .