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
I would like to have search syntax that treats # and @ as tag predicate.
currently defined pexs expect : to follow predicates.
I would like to keep that while adding new type of predicates that apply as is.
Interface
Currently read from predicates variable and populate predicates within pex. This feature requires some predicates to be treated differently by peg. I could either add a flag to each special predicate, by use of a plist-key :bypass or :verbatim.
The text was updated successfully, but these errors were encountered:
natask
changed the title
(feat): support # and @ within as valid search predicates
(feat): support # and @ as valid search predicates
Dec 7, 2021
I would like to have search syntax that treats # and @ as tag predicate.
currently defined pexs expect
:
to follow predicates.I would like to keep that while adding new type of predicates that apply as is.
Interface
Currently read from predicates variable and populate predicates within pex. This feature requires some predicates to be treated differently by peg. I could either add a flag to each special predicate, by use of a plist-key
:bypass
or:verbatim
.The text was updated successfully, but these errors were encountered: