-
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(…
-
RBGE requested the ability for the search to bring back not only exactly what is searched for, but also similar characters. For example, searching on Dong Thap would bring back Đồng Tháp. Or, searc…
-
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…
-
Reported in [forum](https://www.fusetools.com/community/forums/bug_reports/camera).
Fuse 1.8.1
MacOs High Sierra
Tested on iPhone 7 / iOs 11.2, Nexus 5 / Android 6.0
Build: Preview
## Issue…
-
[Reported on a forum](https://www.fusetools.com/community/forums/bug_reports/filesystemdeletesync).
Fusetools 1.6
MacOs
Android
# Code to reproduce:
```
var FileSystem = requ…
-
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…
-
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…
-
## Background
While we search for keywords such as "reactjs", "react.js" which are widely used aliases for react. We donot get to see any results due to the current logic where it checks for string …
-
Tested on windows
[App.zip](https://github.com/fusetools/fuselibs-public/files/1450134/App.zip)
Steps to reproduce:
0: Add "**.js:FuseJS" to include in unoproj
1: Add the following to MainView…