Rapee Suveeranont

Results 16 comments of Rapee Suveeranont

One idea is to create simple lookup index like this for all content types that are of our concerns. ```js [ { q: "สว", type: "page", url: "/cabinet" }, {...

For word variations like "สว", we could do RegExp: ```js [ { q: "ส\.?ว.\?", match: "regexp", type: "page", url: "/cabinet" }, // ... go on ]

That’s right @Th1nkK1D

I think it's best to not exceed 500 KB. Storing on local storage is good idea. I haven't done benchmark search performance yet, but given the current number of indexed...

@MEEP00H is working on this.

@naanong-s is working on this.