You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
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>
4 years ago
..
components Fix heatmap total contributions (#14141) 4 years ago
features Add fullTextSearch to dropdowns by default (#14694) 4 years ago
markdown Make SVG size argument optional (#12814) 4 years ago
standalone Swap swagger-ui with swagger-ui-dist (#13777) 4 years ago
vendor Rewrite GitGraph.js (#12137) 5 years ago
easymde.js Switch from SimpleMDE to EasyMDE (#13333) 4 years ago
index.js Add fullTextSearch to dropdowns by default (#14694) 4 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
publicpath.js Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
svg.js Dropdowns, Labels fixes and more CSS tweaks (#13733) 4 years ago
utils.js Update some JS dependencies (#13222) 4 years ago