itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overriding the 1000 item limit

jibinycricket opened this issue · comments

According to the project description, there's a 1000 element limit. Is there anyway to override this? I haven't run into that limit yet, but I'd like to get ahead of it in case I do.

Full text, faceted, dependency free search engine in javascript. Created to perform fast search on small json dataset (up to 1000 elements).

In version 2.0 it can work now with 100K items. Of course such a dataset is better on the backend side as you can index it once at the runtime. On the browser side every user needs to wait for indexing but I'd say for that case 10K elements should be ok (depends on JSON file size)