I need to fetch Azure search results from the folderPath field as below: "folderPath": "xxxxxxxxxxxxx_85ba0b45-xxxxx-4d83-a7e6-xxxxxx/abc"
The results should be retrieved only from the above-mentioned folder.
But search service also includes results from folderpaths such as below. "xxxxxxxxxxxxx_85ba0b45-xxxxx-4d83-a7e6-xxxxxx/abc def" and "xxxxxxxxxxxxx_85ba0b45-xxxxx-4d83-a7e6-xxxxxx/abc xyz"
How do I fetch results only from the /abc folderPath?