filter extension problem – cannot filter multiple words
-
Hi Again Tobias!
I am having a prob with filtering multiple words. I need to display a table in two different ways –
1. display ony rows that contain spatmap and swtl
2. display only rows that contain spatmap and dbseAccordingly, I use the following shortcode:
[table id=16 filter="spatmap&&swtl" automatic_url_conversion=true /][table id=16 filter="spatmap&&dbse" automatic_url_conversion=true /]The result is no rows appear. I tried a couple of variations – added quotes around each word:
[table id=16 filter="spatmap"&&"swtl" automatic_url_conversion=true /][table id=16 filter="spatmap"&&"dbse" automatic_url_conversion=true /]resulting in the entire table appearing in both cases, unfiltered.
Then I tried adding spaces before and after the &&:
[table id=16 filter="spatmap" && "swtl" automatic_url_conversion=true /][table id=16 filter="spatmap" && "dbse" automatic_url_conversion=true /]and this resulted in both tables filtering identically (filtering on the first but not the second word).
Am I missing something? Filtering on one word only is working great! This is the first time I am trying to filter on 2 words and it is simply not working.
Thanks!
Linda
The topic ‘filter extension problem – cannot filter multiple words’ is closed to new replies.