Shopify / Shopify/liquid

How to remove product items with a specific tag in search results in my own site?

Open
#1,744 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.