gitea/web_src/js/features
zeripath 60ef2a7c67
Add fullTextSearch to dropdowns by default (#14694)
This PR adds `fullTextSearch: 'exact'` to most dropdown
invocations meaning that if there is a search box for the
dropdown it will automatically do a fullTextSearch looking
for the provided fragment instead of starting at the beginning

We should consider changing other places that use
`fullTextSearch: true` to `'exact'` because these will be using a
fuzzy-textual search that doesn't necessarily return the
expected results.

Fix #14689

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-02-16 11:03:32 +08:00
..
clipboard.js
codeeditor.js
colorpicker.js
contextpopup.js
dropzone.js
emoji.js
eventsource.sharedworker.js
gitgraph.js Add fullTextSearch to dropdowns by default (#14694) 2021-02-16 11:03:32 +08:00
heatmap.js Remove fetch request from heatmap (#13623) 2020-11-18 16:00:16 -06:00
migration.js
notification.js Update JS dependencies and webpack (#14118) 2020-12-27 15:24:27 +01:00
projects.js Sort / Move project boards (#14634) 2021-02-11 17:32:27 +01:00
serviceworker.js
stopwatch.js Display current stopwatch in navbar (#14122) 2021-01-21 15:51:52 +01:00
tablesort.js
tribute.js