-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
28
-
After implementing BSERV-3854, we can use substrings for code/repository search.
For example,
- We can find repositories like "apple banana", "banana cat" with a keyword "banana"
- We can find methods like "appleBanana", "bananaCat" in codes with a keyword "banana"
However, in some cases, we want to search them in the following way.
- Search functions like "applebanana", "bananacat" in codes with a keyword "banana"
At this moment, Bitbucket Server doesn't allow us to do search in that way.
I'd appreciate if you guys would consider this partial matching feature.
Additionally, when implementing this feature, please apply the fix not only to English but also to other languages containing multibyte characters as well.
Regards,
Yuki
- is duplicated by
-
BSERV-9406 Search repository with wildcard is ineffective
- Closed
-
BSERV-9510 Wildcard repository search
- Closed
- relates to
-
BSERV-3854 Repository searching should use substrings
- Closed
- causes
-
PSSRV-3273 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
Hi,
I need this "feature" also, e.g. in "Repository search".
I want to find this
de.myCompany.myDepartmant.myProject
by inserting only this:
myProject or *myProject or %myProject