Skip to content

Commit

Permalink
Change config back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter committed Oct 9, 2024
1 parent d6a4474 commit f9f6936
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions config/rapidez/frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@
// Attach additional indexes to the autocomplete
// Uses the views in rapidez::layouts.partials.header.autocomplete
'additionals' => [
'categories' => [
'fields' => ['name^3', 'description'],
'size' => 3,
],
'categories' => ['name^3', 'description'],
],

'debounce' => 500,
'size' => 3,
'debounce' => 100,
'size' => 10,
],

// Link store codes to theme folders
Expand Down

0 comments on commit f9f6936

Please sign in to comment.