Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
productInformation.product.name:"5684" OR productInformation.product.name:"8465"
Code Block
productInformation.product.name:("5684" OR "8465")

Picturepark will find Content Items where 5684 OR 8465 are found as product number(s) in the text or number field. 

Code Block
productInformation.product.name:"5684" OR "8465" 
-> this will only search for the first value 5684 and drop the rest