chromium-dashboard
chromium-dashboard copied to clipboard
Search terms don't actually impact built-in search
I'm guessing "search terms" is for SEO, right? @bokand was surprised that his top controls feature couldn't be found when searching for "top controls" even though that string was in the search terms field.
Perhaps it's easy to extend the search to the contents of those fields?
can you provide a snapshot of it ?
@jrobbins FYI
@RByers I would like to work on this issue
@arjunrkaushik go for it.
I believe that the solution would be to add the feature keywords to the temporary string that is built up in this function https://github.com/GoogleChrome/chromium-dashboard/blob/main/static/elements/chromedash-featurelist.js#L201 In fact, motivation and some other fields of the feature entry should probably be in there too.
@arjunrkaushik Thank you for volunteering. Please link to this issue in your pull request.
@jrobbins Hi, what is the status of this bug. Is it ready to merge or needs any alternate solution.
can i work on it