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
Harli mentioned wanting to be able to filter characters by level. I think it'd be easy enough to handle a special syntax like field:value (e.g., level:275) in the general search box.
The text was updated successfully, but these errors were encountered:
First version of this is in and it works okay. It doesn't support ranges for numeric fields like level, so you can't do level>200 or something, which'd be cool.
@jkisor wrote up an alternative implementation that does things a bit different at 5b24feb. I'll plan to have a look when/if I revisit search in the future.
Harli mentioned wanting to be able to filter characters by level. I think it'd be easy enough to handle a special syntax like
field:value
(e.g.,level:275
) in the general search box.The text was updated successfully, but these errors were encountered: