- This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Array
Tagged: Array
Suppose I have a Post with two custom fields. City, Village. I want to filter my data with Location and I want only one filter in custom form. By Location. And this should contain the values from the field City as well as Village. How to do it??
Do I have some solution here??
https://searchandfilter.com/documentation/accessing-search-data/
You want the field to display the label as a combination of the two? If so, you would place the village field in the form, and then use
You might would need to use custom code to work out what the label needs to change to and use that code with this filter:
https://searchandfilter.com/documentation/action-filter-reference/#filter-input-object
You would need to work out the logic yourself, or hire a coder, but I think it could be done this way.