Is there a way to limit azure cognitive search results based on a condition for e.g.:
if content.length < 500:
I have several thousand pdf files indexed and many files are completely useless have less content. I don't want those files to show up in the search response.
I cannot delete them manually as these files are in large number.
Any help would be highly appreciated.