My question is probably trivial. I read the help file for using the operators, but probably I did not understand everything. Some examples for each operator would have been helpful.
My scenario is the following:
I put in the file names (given the mess of metadata implementation in Windows) the number of "stars" as an indication of its importance for my purposes.
So say for ebooks I have a scale of 5 stars from 1 (star1) to 5 (star5). An example could be the following:
- Shakespeare_Romeo&Juliet_star4.pdf
Follett_Notre-Dame_star3.epub
Unkown_Novel_star2.mobi
I tried to use the simbol ">" (like star ">2"), as well as "gt:", but with no avail. Is it possible to perform such a search?
I know the more obvious workaround, searching for star3 | star4 | star5, or star < 3 | 4 | 5 > but I would prefer (other files have a scale 1-10) the use of "greater than" if possible.
Thanks