You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to implement the ability to search by Color Swatches field.
The idea is that in the Entry (or in any Element) there is a color swatcher field, and need to find all the entries related to a specific color:
{% set entries = craft.entries.colorSwatchesFieldHandle('red').all() %} {% set entries = craft.entries.colorSwatchesFieldHandle('#fff').all() %}
The text was updated successfully, but these errors were encountered:
It would be useful to implement the ability to search by Color Swatches field.
The idea is that in the Entry (or in any Element) there is a color swatcher field, and need to find all the entries related to a specific color:
{% set entries = craft.entries.colorSwatchesFieldHandle('red').all() %}
{% set entries = craft.entries.colorSwatchesFieldHandle('#fff').all() %}
The text was updated successfully, but these errors were encountered: