This forum is closed. Thank you for your contributions.
If you need to search file type, you can search "filetype:"
how can search file size?
You can search for file size using --- >> document Size:"1234"
If I want to search file size larger than some point, how can i do it?
SIze:+1234
or
Size:>1234
but both fail
Hi,
I checked out various options for this but I guess it is not possible using the OOTB search.
You will have to write cusotm search code in order to achieve this.
The phrase you are looking for is
Size>1234 (without spaces)
Although I think you may have already progressed beyond this point (after 12 years)