mirror of https://github.com/onweru/compose.git

weru
07.03.2020 90b2fe9b7aef19d3d47659824b249f3006edce26
edit page
1 files modified
4 ■■■ changed files
exampleSite/content/docs/compose/search.md 4 ●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/search.md
@@ -12,7 +12,9 @@
### 2. Live search
This behaviour will be obvious as the user types a search query on the search field. for any search queries longer than one character, will yield a list of `quick links` or a simple `no matches found`. Else, the user will be prompted to continue typing.
This behaviour will be obvious as the user types a search query on the search field. All search queries, will yield a list of `quick links` or a simple `no matches found`. Else, the user will be prompted to continue typing.
> Please note that the results under quick links will be a truncated list of the most relevant results. Only a maximum of 8 items will be returned. This number is pragmatic at best if not arbitrary. On the search page, the number is set to 12.
Note that live search on the search page will behave differently than on the other pages. Nonetheles, the pages applies the same live search principle.