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
Provide alternative for providing list of values in format a:(b OR c OR d) or a:(b c d) (later in case of possibility to change default operator to OR)
Problem
+
/-
prefix and missing field nameQueryParser
a:(b OR c OR d)
ora:(b c d)
(later in case of possibility to change default operator to OR)Example of failing searches
+(a b)
-(a b)
c:(a b)
+c:(a b)
-c:(a b)
Versions
3.5.0 - on https://npm.runkit.com/liqe
3.6.0 - with Angular 14.0.4
Demonstration
https://runkit.com/embed/msogu7iiwefg
The text was updated successfully, but these errors were encountered: