I am reading reference for Keyword Query Language in Sharepoint Search and trying to figure out how AND and OR operators work. I am specifically interested in KQL, not FQL. I am trying to figure out answers to the following questions:
- What would this query return:
worda wordb
? I understand that documents containing bothworda
andwordb
. If so then AND keyword seems to be the default. Then why does it exist at all? worda OR wordb AND wordc
- in this query iswordb
mandatory or optional?worda OR wordb wordc
- iswordc
mandatory here?