* Search properties
For a more advanced search, you can also search for properties.
In normal search, results are displayed by searching from the article body and all string properties.
For example, if either the article or the title contains the word "sky",
searching for the word "sky" will show up in the results even if it is not included in the article.
So, what to do if you only want articles with the sky in the title, write it like this:
title=sky
On the other hand, if you want results where only articles contain sky,
text=sky
write it like this.
"text" does not refer to a property, but the main text of the article (remember that it is something like this)
Furthermore, you can use not only the equal sign but also the inequality sign, so for example, if you want results for weight between 52 and 55.
weight>=52 AND weight<55
You can write it like this.
Also, not containing something can be expressed with "!="
The left side can be omitted; if omitted, all articles and properties will be searched.