mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix bug and add tests
- add tests about updates - fix select bug fix #896
This commit is contained in:
parent
cb267b68ed
commit
94b3e8e56e
5 changed files with 206 additions and 30 deletions
|
@ -299,6 +299,8 @@
|
|||
refreshIndexList();
|
||||
|
||||
search.oninput = triggerSearch;
|
||||
|
||||
let select = document.getElementById("index");
|
||||
select.onchange = triggerSearch;
|
||||
|
||||
triggerSearch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue