You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reality it doesn't even return an OR of the matches, it returns a number menu on each term. :shame:
yay <term1> <term2>has almost no practical utility right now versus writing yay <term1> and then yay <term2>
Narrowing the search further is useful.
It's simple enough to implement with almost no performance cost.
Will implement
Using strings.contains on each <>: <term1.name> AND (<term2>.description OR <term2>.keywords) AND (<term3>.description OR <term3>.keywords) AND ... will probably return the best search results.
<term1.name OR term1.description> AND (<term2>.description OR <term2>.keywords) AND (<term3>.description OR <term3>.keywords) AND ... will probably return a broader result (hopefully not by much). To test.
yay
1.95
Here are some searches that act surprisingly differently from yaourt:
The text was updated successfully, but these errors were encountered: