You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for multiple terms in a repository, the indexer can only 'see' the combinations where the terms first occur in a document. For example, consider the following text:
I like apples.
Hey, apples are nice.
Searching for any I, like, apples, hey, are or nice, Gitea returns the document correctly.
Searching for I like, like apples, apples hey and are nice, work too.
Searching for hey apples or apples are fails, because apples already appears in the document associated with like and hey.
I don't know what causes this behaviour, but it does not happen with the issues search, so it's probably not a bug in Bleve.
I'll try to look into this when I have some time.
The text was updated successfully, but these errors were encountered:
[x]
):Description
When searching for multiple terms in a repository, the indexer can only 'see' the combinations where the terms first occur in a document. For example, consider the following text:
I
,like
,apples
,hey
,are
ornice
, Gitea returns the document correctly.I like
,like apples
,apples hey
andare nice
, work too.hey apples
orapples are
fails, becauseapples
already appears in the document associated withlike
andhey
.I don't know what causes this behaviour, but it does not happen with the issues search, so it's probably not a bug in Bleve.
I'll try to look into this when I have some time.
The text was updated successfully, but these errors were encountered: