-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
search: index project tags #3698
Conversation
I'm linking this PR here since it could be interesting for you: #3373 Eric has been working on an upgrade of elasticsearch some time ago but he ran out of time and wasn't able to finish it yet. |
Yea, there is a lot of background around ES with why we're not searching tags. Did you confirm that this works properly in a production instance @xrmx? If so, what version of Elastic Search? |
@ericholscher i've tested this on my local installation with elastic search 1.5.2 from their docker image. I'll add some tests next week. |
So i've taken a look at adding tests but I don't find any elastic search related tests :) I'll take a look at https://github.com/vrcmarcos/elasticmock and see if i can come up with something |
Looks like I'm not able to mock Elasticsearch client :| Anyway updated the PR to index by tag slugs and not names. |
Going to close this. We can address the issue of supporting tags or not in #4267 -- but if we want to support it, this work should go into our GSOC search upgrades. |
We have everything in place to index tags but we are not doing it. Do that and make them searchable from the ui. If the change is sound i'll add proper tests.