aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/search
Commit message (Collapse)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-151-2/+2
|
* RebrandPitu2020-12-251-2/+2
|
* Fix ESLint rules once and for allPitu2020-12-241-25/+34
|
* chore: remove trailing commasZephyrrus2020-12-241-13/+13
|
* feat: Add hiding to recommendations as a propZephyrrus2020-07-231-9/+26
| | | | fix: change some of the regexes to remove , and ; as separator support because the query parser doesn't understad them and I don't feel like dealing with all the edge cases introduces by it
* feat: add new search inputZephyrrus2020-07-221-0/+119
For now, it clones the autocomplete from buefy, untill a PR or resolution to the opened issue about not being able to manipulate how the suggestions are applied is found