-
Notifications
You must be signed in to change notification settings - Fork 172
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
Version filter doesn't appear to be working when searching #578
Comments
Aha.. not sure why that wouldn't work on the main search, it looks like it only works for the docs, but it should of course work everywhere. |
Hi @PeteDuncanson, We're writing to let you know that we've added the For more information about issues and states, have a look at this blog post Thanks muchly, from your friendly PR team bot :-) |
Submitted a PR: #641 |
I'm not sure whether the bug I've encountered is the same as this one... or whether the PR #641 fix resolves it too. In a nutshell, when I filter the package listing by "Version 8", my Contentment package isn't listed. But if I select "Any" version it is listed. 🤷
The suggestion is that the "Version 8" filter is only showing packages that are associated with v8.0+ only. Where as my Contentment package is for v8.6+, so doesn't show. But interestingly does show if you manually tweak the querystring to be v8.6. |
Had a look I think its how the packages are indexed and searched. the versions are indexed here :
but they are then only referenced in the filters, which goes back to the major version . I think - the fix is to add the major versions (to the |
Hiya @PeteDuncanson, Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more. We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed). To open it this issue up again, you can write For example:
This will reopen the issue in the next few hours. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
As mentioned in #577 if you search for https://our.umbraco.com/search?q=migrations and have the default "V8" target version selected next to the search box the results seem to be from all versions and not just for V8 as I would expect.
The text was updated successfully, but these errors were encountered: