We're a place where coders share, stay up-to-date and grow their careers.
I simply love Elasticsearch's query_string, because it is based on end-user's string input. Hard to find alternatives.
Actually, I have found one, but not really what I want -- lunrjs.com/guides/searching.html
I have tried to create one, but it would never be as fast as a real full-text search.
Here's a little more detailed post on which parts of ES are exposed in Flotiq's search API dev.to/flotiq/headless-cms-search-...
I simply love Elasticsearch's query_string, because it is based on end-user's string input. Hard to find alternatives.
Actually, I have found one, but not really what I want -- lunrjs.com/guides/searching.html
I have tried to create one, but it would never be as fast as a real full-text search.
Here's a little more detailed post on which parts of ES are exposed in Flotiq's search API dev.to/flotiq/headless-cms-search-...