Versions Compared

Key

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

...

For example to have a search parameter called Products, and set the filter value to 'product1','product2','product3', can this this filter value then be used in SemQL search in the search form as 
Product IN ( :ATTR_PRODUCTS ) and be translated as
Product IN ( 'product1','product2','product3' ) and return results for all 3 products?

Answer

Yes! 

Entity_ID Product in SEM_F_SPLIT(:SEARCH_PARAMETER_CSV_LIST_OF_VALUES, ',')

...