itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
346 stars 41 forks source link

No SearchOptions field "ids" for disabled native search? #142

Open gonmf opened 4 months ago

gonmf commented 4 months ago

According to the documented examples, I should be able to filter the results of method search by specifying argument ids, with native_search_enabled=false, but no such argument exists in SearchOptions? Version 2.1.25.

If the documentation is outdated, what is the current way to perform the text search outside of ItemsJs?

Thank you