How to implement correctly the AND command
-
I am very impressed about the possibilites of link library, but I am not successful in implementing the AND filter:
Display a link with category Y AND Z. I allways get links as a result with category Y OR Z.Example:
– Ordering form1 -> categories: purchasing (40), form (37)
– Ordering form2 -> categories: purchasing, form
– Ordering process1 -> categories: purchasing, process (38)
– Ordering process2 -> categories: purchasing, process
– Manufacturing form1 -> categories: factory (41), form
– Manufacturing form2 -> categories: factory, form
– Manufacturing process1 -> categories: factory, process
– Manufacturing process2 -> categories: factory, processHow to display only the links with category purchasing AND form? Result should be only the first two links.
My settings:
– Library setting 1 (purchasing)
Categories to be displayed: purchasing, form, processShortcode:
[link-library settings="1" categorylistoverride="37"]Result: I get all forms from purchasing and factory, even when I select in library settings “categories to be excluded “factory”
The topic ‘How to implement correctly the AND command’ is closed to new replies.