- For Include Filter use just keywords,
whereas for Exclude(Not) Filter use Prefix ^ with keywords
- Ex: Keyword1 ^Keyword2
- This filters records where Keyword1 exists and Keyword2 not exists
- Ex: Keyword1 Keyword2
- This filters records where both Keyword1 and Keyword2 exists
- To Filter "Keyword1 Keyword2" as one keyword, use "Keyword1~Keyword2"
|