How to filter a collection by using a replicator field? #5660
-
I have a collection with custom fields and one of those is a replicator field which contains other fields. Here is a piece of the blueprint: On the front end I have the listing and also a form in order to filter the results once they select the options and click "Search" I am failing to get a grasp on how to access those fields in order to filter by them, I can easily filter by "regular" so maybe this is not possible if use a replicator and should avoid them but wanted to check first here. Best. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I would suggest putting the dealers into a collection and then that gives the option to filter using a query scope. |
Beta Was this translation helpful? Give feedback.
-
@ryanmitchell thank you so much for all the help, it is working perfectly. |
Beta Was this translation helpful? Give feedback.
I would suggest putting the dealers into a collection and then that gives the option to filter using a query scope.