brittonclair
Posts: 12 Joined: Wed Sep 02, 2015 6:53 pm
Post
by brittonclair » Fri Aug 18, 2017 1:16 pm
I have a parametric field that is defined as a SET. How can I make a query to include only pages where that field is not empty (without regard for what the specific values are)?
jason112
Site Admin
Posts: 347 Joined: Tue Oct 26, 2004 5:35 pm
Post
by jason112 » Fri Aug 18, 2017 3:47 pm
Like other parametric fields types like "String", you can use infield without an operator to look for where the field is nonempty.
So if you wanted to search for "chandelier" where the parametric field "style" is nonempty, your query would be
chandelier infield:style
jason112
Site Admin
Posts: 347 Joined: Tue Oct 26, 2004 5:35 pm
Post
by jason112 » Fri Aug 18, 2017 3:48 pm
For anyone curious, the "infield operators" documentation has details on this and the other operators available:
https://docs.thunderstone.com/site/psap ... ators.html
brittonclair
Posts: 12 Joined: Wed Sep 02, 2015 6:53 pm
Post
by brittonclair » Fri Aug 18, 2017 4:04 pm
Thank you!