-
Notifications
You must be signed in to change notification settings - Fork 52
Search only searching in challenge spec and not title #390
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
@SathyaJayabal in order to fix/improve our search functionality, can you please create a list of expected search queries and results along with a simple explanation so we can improve our code? Something like:
We need as many use case scenarios as possible so we build a strong searching mechanism. |
Might be a question for @Oanh-and-only-Oanh as well. |
@SathyaJayabal @Oanh-and-only-Oanh any update here? |
@ThomasKranitsas , the basic search which was working before is : @Oanh-and-only-Oanh , please add any further requirements. |
IMHO, searching for node API should return challenges that:
we could make this more advanced by extracting all words in step 1 and use them separately as a query with lower weight so we can also match things like Implement an API using NodeJS (both terms are present but in a different order) Let me know if we should implement the search this way |
I almost think the weight should be:
|
I agree with @rootelement but as a minimum we'd like it to return challenges which has the search terms either in the title or the description(contest spec). |
@rootelement @ThomasKranitsas, when will this fixed be released? |
@Oanh-and-only-Oanh there's a PR #428 for this. @rootelement should we merge that to prod? |
This was pushed to prod earlier today |
@ThomasKranitsas, still search does not return the challenge when we search by a word in the challenge title |
@ThomasKranitsas , search is now not returning when the search term is found in a tag. For example, when we click on any of the tags for a challenge in listings page, it doesn't return any results. |
@rootelement , when we search for a specific term, challenge api returns only when search term is found in the challenge description. It does not consider title. This was working fine before.
Example:


The text was updated successfully, but these errors were encountered: