-
Notifications
You must be signed in to change notification settings - Fork 83
By default only main branch show up in search #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Glad branch indexing is working! The current branch searching behaviour is by design. When you don't specify a branch filter, we default to searching in the default branch ( To achieve this, we will always index Your use-case of "I want to find out what branches X exists in across all projects" is totally valid though, and necessitates the ability to search across all branches. The empty "rev:" does feel like a workaround... maybe we can change the syntax to Currently the re-index and re-sync intervals are hardcoded here, but we could make them configurable. Is the current cadence not optimal for your use-case? |
The button "search all branches" seems a very good option to me, very good idea. |
After issue #117 I've corrected my config that looks like this:
now branches are indexed correctly, anyway:
It not really the best way imho, because if I search for a something without specifying a branch filter I want to search in every branch and not only in the main, ie: I use the feature branching model so I have multiple branches for every proyect and I want to search in which branch a particular method is present.
It seems there's a way to search in all branches using "rev:" (with nothing after rev:) in the search bar, but it seems more like as a workaround to me.
Ah, and a side question: it is possible to change how often are the projects retrieved and the indices regenerated?
Thanks!
The text was updated successfully, but these errors were encountered: