infisearch icon indicating copy to clipboard operation
infisearch copied to clipboard

Easy and flexible client-side search for static sites

Results 8 infisearch issues
Sort by recently updated
recently updated
newest added

Context: This suggestion was brought up [here](https://github.com/ang-zeyu/morsels/issues/1#issuecomment-1279716276). There is an existing project https://github.com/wilsonzlin/edgesearch that does this but is more API focused. A lot of Morsels' code is already setup to...

enhancement
investigation

Documents may have domain specific 'categories' (e.g. sunny vs rainy vs gloomy weather forecasts). While it is possible to perform category filtering using the following, ``` +mycategoryfield:(sunny warm) ``` It...

enhancement

This could be a generalisation of #4. Documents may have associated numeric values, the most common of which would be timestamps (e.g. blog posts made on a certain date). Morsels...

epic

Hello! First of all, thank you for this great work. I'm interested in client-side search solutions, and this is one of the few that also keeps trace of the latest...

Apologies for the unsolicited marketing ideas. SCR... I was searching for this billion dollar library for a long time (https://github.com/meilisearch/meilisearch-rust/issues/67). Sorry to see the project is not getting enough attention...

We encountered an issue when our data contained a `^C` which during indexing got included in the resulting JSON. This symbol is not allowed in JSON and makes it invalid....

Hi! It's me again. I've been curious to implement the latest version of your great library! However, I encountered a little issue when hosting the data. ![image](https://github.com/ang-zeyu/infisearch/assets/38083781/9fbadb38-9d6f-4515-84f4-7be03e8b3410) It looks like...

### Summary (1) heap-buffer-overflow An unsafe indexing vulnerability in the `get_num_val` method of the `DocInfo` struct allows arbitrary memory access when the provided index exceeds the buffer length, potentially triggering...