Commit Graph
12 Commits
Author SHA1 Message Date
bachir 2f5a230370 SearchForm: fix inconsistent/mixed search results
- SearchForm.vue: route Enter key through submit() (native form submit
  interception) so it behaves like the button; fix autocomplete array
  mutation during iteration in the typed watcher.
- Base.vue: parse terms consistently in beforeRouteUpdate; render items
  via displayedItems (drops sparse holes); only mount infinite-loading
  after the first page and reset it per search via :identifier.
- search store: guard against stale async responses (searchId); place
  each page at its offset instead of concatenating in arrival order,
  which mixed pages when a later page resolved first.
2026-07-15 21:11:53 +02:00
bachir 40b7e75d44 #1906, click on header menu base reset search 2022-09-13 11:26:34 +02:00
bachir db6a82f7f7 1906 FIX search form autocomplete multi terms 2022-08-15 16:57:57 +02:00
bachir d1b4902aa3 #1906 serach form autocmplete multi terms 2022-08-12 17:00:49 +02:00
bachir efc74ec5f4 translated all loading… 2021-06-01 22:46:15 +02:00
bachir 8008217444 search filters ok, to be improved on results pertinance 2021-04-05 12:45:58 +02:00
bachir 3042f97b29 fixed all eslint errors and warning, compiled as PROD 2021-03-31 18:42:05 +02:00
bachir 59e02b93ee fixed the default base page lang code bug 2021-02-22 16:05:54 +01:00
bachir f4174fac16 added default base page 2021-01-19 16:30:14 +01:00
bachir ee97e675e3 integrated thematique in serahc results 2020-12-24 14:50:13 +01:00
bachir 93c4707c45 big refactoring, opening flagcollection (folder) on the left of main-content 2020-11-27 23:02:59 +01:00
bachir f2d8c15c25 added showrooms pages, made page-title color 2019-07-24 17:20:44 +02:00