M
M
modxyou2018-02-13 14:17:47
MODX
modxyou, 2018-02-13 14:17:47

How to add multiple GET conditions to tvFilters?

Hello!
I use the SeoFilter add-on to generate pages with tags.
For one condition, the following construction is used in pdoPage:

&tvFilters=``

Please tell me how to add multiple filtering conditions.
For example and / or by tags and / or by manufacturer ...
Thank you

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
SFTVL, 2020-12-28
@SFTVL

If relevant! Solved the puzzle)))
In short, look
Your entry looks like this
&tvFilters=``
Accordingly, you have
&includeTVs=` vendor`
So you need to do (this is one variable)
&tvFilters=`vendor==%%` (instead of &tvFilters=``)
If you need several then
&includeTVs=`first tv, second tv` and so on as much as you like &
tvFilters
=`first tv==%%, second tv==%% ` (all separated by commas in order)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question