You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the API with a simple await window.pagefind.search(query)
Is there a way to disable the dependency from the last input?
Depending on which character I edited last, I get different results - even for the same final input string.
I am using the API with a simple
await window.pagefind.search(query)
Is there a way to disable the dependency from the last input?
Depending on which character I edited last, I get different results - even for the same final input string.
https://vimeo.com/991468900/1d8b35e5dc
Query string: phaser animatio
Result: {results: Array(4), unfilteredResultCount: 4, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phaser animation
Result: {results: Array(0), unfilteredResultCount: 0, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phaser nimation
Result: {results: Array(4), unfilteredResultCount: 4, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phaser animation
Result: {results: Array(1), unfilteredResultCount: 1, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phase animation
Result: {results: Array(4), unfilteredResultCount: 4, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phaser animation
Result: {results: Array(12), unfilteredResultCount: 12, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phaser animatio
Result: {results: Array(4), unfilteredResultCount: 4, filters: {…}, totalFilters: {…}, timings: Array(1)}
Query string: phaser animation
Result: {results: Array(0), unfilteredResultCount: 0, filters: {…}, totalFilters: {…}, timings: Array(1)}
The text was updated successfully, but these errors were encountered: