How to remove product items with a specific tag in search results in my own site?
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 11.9k
- Forks
- 1.5k
- Avg merge
- 17h 55m
- Merged PRs (30d)
- 3
Description
how can I filter the search results which is returned as an array?
assign filtered_items = search.results | where: 'tags', 'hidden_product'
the result is just blank, and I guess that's because the tags return an array, and the second arg failed to compare as a string.
then is there any advice in my case to retrieve an array after remove the products that contain the hidden_product tag?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by checking the existing where filter behavior for search.results and array-valued tags, then determine whether the requested exclusion requires a Liquid capability change or documentation. Done means the supported approach for excluding products tagged hidden_product is clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100