Merge branch 'main' into feat/Add_filter_for_skills

This commit is contained in:
Emruz Hossain 2024-09-20 06:55:19 +06:00 committed by GitHub
commit 93344fd139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1533 additions and 612 deletions

View file

@ -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,