-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
feature: custom search drivers #3034
Conversation
Code Climate has analyzed commit e68f696 and detected 0 issues on this pull request. View more on Code Climate. |
end | ||
|
||
# Force count to 0 until implement an API to pass the count | ||
results_count = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this hidden to the user or can they see (0)
in the search results?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is hidden. The count is added only when bigger than 0:
if results_count > 0
header = "#{header} (#{results_count})"
end
This PR has been merged into Please check the release guide for more information. |
Description
Fixes #3012
search_results.webm
Checklist: