-
Fuse supports this https://www.fusejs.io/examples.html#search-string-array
fuzzysort does too https://github.com/farzher/fuzzysort#options
Would be nice, especially when trying to conserve memory.
-
Hi,
I am setting Phone number format in Text Input. While setting phone number format, a cursor is not moving with text changes so when I type new characters, they are adding between the text, not …
-
Hi.
Is it possible to order the results by relevance? For instance, right now when I search `markdown` I have the following result:
The first results are pages from "Getting started" or other pa…
-
Fuse 1.3.2
```UX
const O = require("FuseJS/Observable")
const offset = O(0)
let items = []
for(let i = 20; i--;)
items[i] = {color:[Math.random(), Math.random(), Math.random(…
-
HI there,
I used this project to really understand how to use Fuse JavaScript and how thing should work.
But this seems not working.
Is there any plan to update this to latest Fuse ?
I recei…
-
-
New client (because v1.3's is terrible to work with.)
Plan is to, with this, solve:
- #18 OAuth, sessions, and API keys can be configured in a new Access section under Account
- #7 Implement prog…
-
In order for the FuseJS (1.4) component story to be complete, we need an `ux:Event` concept that is analogous to `ux:Property`.
The proposed syntax is:
```XML
```
Example usage:
```…
-
Explore facilitating JSON output for search indexes
Hugo allows JSON output, a bit unclear what Fuse.js needs but should have a look at https://github.com/adityatelange/hugo-PaperMod/blob/4a924cef5…
-
Made aware of this on community: https://www.macworld.co.uk/feature/iphone/what-is-heic-3660408/
With iOS 11, Apple have started using a relatively new file format for images, which we currently do…