Closed Generator closed 1 year ago
Going to try and include this in the next large release.
Note that while I should be able to support excluding certain words, I won't be able to support many of the other advanced queries without a complete overhaul of the database.
For example cats +dogs
has no meaning to the current database structure and how I handle page ranking.
I also don't store much of the original text, so "cats and dogs"
doesn't work either. That just gets parsed as cats and dogs
(without the quotes).
Ultimately I'm not sure with many of these other advanced queries, if I will ever support them.
Exclude world is more importante that the others
Found a way to easily restructure the database to provide more advanced queries.
With 0.4.0 you can:
With this though, the default behavior has changed. Primarily:
Finally as a result of all of this, search speed is now SIGNIFICANTLY improved. Longer queries that used to take several seconds now return in a matter of milliseconds.
Is your feature request related to a problem? Please describe. If i search for "cats" want to exclude posts with words "dogs"
Examples:
So exclude the 2 posts from result.
Describe the solution you'd like Adding a search filter
-dogs
do exclude posts with that wordsAdditional context Similar to other search engines https://help.duckduckgo.com/results/syntax/