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/tests/gitea-repositories-meta
Bruno Sofiato f64fbd9b74
Updated tokenizer to better matching when search for code snippets (#32261)
This PR improves the accuracy of Gitea's code search. 

Currently, Gitea does not consider statements such as
`onsole.log("hello")` as hits when the user searches for `log`. The
culprit is how both ES and Bleve are tokenizing the file contents (in
both cases, `console.log` is a whole token).

In ES' case, we changed the tokenizer to
[simple_pattern_split](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-simplepatternsplit-tokenizer.html#:~:text=The%20simple_pattern_split%20tokenizer%20uses%20a,the%20tokenization%20is%20generally%20faster.).
In such a case, tokens are words formed by digits and letters. In
Bleve's case, it employs a
[letter](https://blevesearch.com/docs/Tokenizers/) tokenizer.

Resolves #32220

---------

Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
4 months ago
..
limited_org Kd/ci playwright go test (#20123) 3 years ago
migration/lfs-test.git Kd/ci playwright go test (#20123) 3 years ago
org3 Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 1 year ago
org26 Kd/ci playwright go test (#20123) 3 years ago
org41/repo61.git Allow non-admin users to delete review requests (#29057) 1 year ago
org42/search-by-path.git Updated tokenizer to better matching when search for code snippets (#32261) 4 months ago
privated_org Kd/ci playwright go test (#20123) 3 years ago
user2 Support repo license (#24872) 5 months ago
user5/repo4.git Kd/ci playwright go test (#20123) 3 years ago
user12/repo10.git Kd/ci playwright go test (#20123) 3 years ago
user13/repo11.git Kd/ci playwright go test (#20123) 3 years ago
user27 Substitute variables in path names of template repos too (#25294) 2 years ago
user30 Add a simple test for external renderer (#20033) 2 years ago
user40/repo60.git Allow non-admin users to delete review requests (#29057) 1 year ago