Hacker News new | ask | show | jobs
by findjashua 2388 days ago
seems like it only performs the search on the last word instead of the entire query. is that the expected behavior?

screenshot: https://paste.pics/7FLK0

1 comments

Not really, just seems like the dataset didn't contain any match for the first word there. Counter example: https://i.imgur.com/6Z1m1g1.png.

The way a search would work is configurable via props and you might want to set it differently than how we have with the demo. See the doc for this: https://docs.appbase.io/docs/reactivesearch/vue/search/DataS....