Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement logical operators in searches (and, or, not, etc) #21

Open
TallonRain opened this issue Jun 25, 2016 · 1 comment
Open

Implement logical operators in searches (and, or, not, etc) #21

TallonRain opened this issue Jun 25, 2016 · 1 comment

Comments

@TallonRain
Copy link

Right now, BPM searches are limited to merely combined terms. For example, +Fluttershy +luna will return only emotes that include Fluttershy AND luna in them. This is the only search method possible outside of searching for specific subreddits. Using searches like sr:mylittlepony sr:shymotes return those subreddits, but are still AND searches.

A modifier to this such as +fluttershy, +luna or +fluttershy || +luna would then read as fluttershy OR luna and thus return all Fluttershy and all Luna emotes, like would would appear in exclusive +fluttershy or exclusive +luna searches.

To allow AND searches, either use a comma, ie +fluttershy, +luna to combine separate terms or just continue to use a simple space like what's used right now.

In short, implement logical operators in searches.

@TambourineReindeer
Copy link

Thank you! This would be nice to have, and I had been thinking of this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants