Problem/Motivation
Even tho the Mock plugin is temporary and will be replaced, it is still the first entry point experience for people evaluating the module. The free text search only looks into the "title" field, so if the you look for a module about X and X is not in the title, then you won't get any result.
Steps to reproduce
Input "vote" in the free text search. No results given.
Proposed resolution
Include the "description" in the search, which will hopefully return more results.
Remaining tasks
- ✅ File an issue about this project
- ☐ Manual Testing
- ☐ Code Review
- ☐ Accessibility Review
- ☐ Automated tests needed/written?
Comments
Comment #3
fjgarlin commentedBefore: input "vote" and get 0 results
After: input "vote" and get 6 results
Please review the MR.
Note that we are looking into the "project_data" serialized field. I don't think we really need to fully extract the description field into a new column and change the logic in many places in the mock, install, and fixture generation files. "project_data" contains the description, a few numbers, and references to taxonomies (more numbers), and the search works just the same using this field.
Comment #4
fjgarlin commentedComment #6
chrisfromredfinThis is an easy win toward usability in the mock. No sense to not do it.
Comment #8
chrisfromredfin