chore: improve search
This commit is contained in:
committed by
Mathias Schopmans
parent
9025da3ab8
commit
4c0bfa1a65
@@ -32,6 +32,7 @@ const Overview: CustomPage = () => {
|
||||
const items = getItems().filter((item) => !ring || item.ring === ring);
|
||||
const index = new Fuse(items, {
|
||||
threshold: 0.3,
|
||||
distance: 500,
|
||||
includeScore: true,
|
||||
keys: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user