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
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.
The text was updated successfully, but these errors were encountered:
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 likesr: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 asfluttershy 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.
The text was updated successfully, but these errors were encountered: