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
wxiaoguang 768e16dad1
Use weighted algorithm for string matching when finding files in repo (#21370)
This PR is for:
* https://github.com/go-gitea/gitea/issues/20231

Now, when a user searches `word`, they always see `/{word}.txt` before
`/{w}e-g{o}t-{r}esult.{d}at`

Demo:

When searching "a", "a.ext" comes first. 

Then when searching "at", the longer matched "template" comes first.

<details>


![image](https://user-images.githubusercontent.com/2114189/194588738-3644d891-956f-40e4-b79b-b97d34265456.png)


![image](https://user-images.githubusercontent.com/2114189/194588797-9b124670-4e1e-4510-a170-780295ed89b8.png)

</details>

This PR also makes the frontend tests could import feature JS files by
introducing `jestSetup.js`

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: silverwind <me@silverwind.io>
3 years ago
..
components Refactor from Vue2 to Vue3 (#20044) 3 years ago
features Use weighted algorithm for string matching when finding files in repo (#21370) 3 years ago
markup Add KaTeX rendering to Markdown. (#20571) 3 years ago
modules Improve commit status icons (#21124) 3 years ago
standalone Add new JS linter rules (#17699) 3 years ago
testUtils Use weighted algorithm for string matching when finding files in repo (#21370) 3 years ago
bootstrap.js Bypass Firefox (iOS) bug (#20244) 3 years ago
index.js Add filetree on left of diff view (#21012) 3 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
svg.js Refactor from Vue2 to Vue3 (#20044) 3 years ago
svg.test.js Add copy button to markdown code blocks (#17638) 3 years ago
utils.js Use weighted algorithm for string matching when finding files in repo (#21370) 3 years ago
utils.test.js Use weighted algorithm for string matching when finding files in repo (#21370) 3 years ago