Merge branch 'main' into feat/Add_filter_for_skills
This commit is contained in:
commit
93344fd139
16 changed files with 1533 additions and 612 deletions
|
@ -7,7 +7,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||
const fuseOptions = {
|
||||
shouldSort: true,
|
||||
includeMatches: true,
|
||||
threshold: 0.0,
|
||||
threshold: 0.1,
|
||||
tokenize: true,
|
||||
location: 0,
|
||||
distance: 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue