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 am trying to filter candidates presented by consult-org functions with little success so far.
Files considered can be easily defined using the SCOPE argument, but the MATCH seems pretty limited for what I could test so far. I wish I could use a lambda predicate or something like that.
For example, if I want to only be presented with TODO entries, I can use "TODO=\"TODO\"", but I cannot use regex to match any TODO keyword like "TODO=\".*\"", or even "TODO=\"TODO|NEXT\"".
Is there a way to filter the list of candidate with more control than what I managed to do so far ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to filter candidates presented by
consult-org
functions with little success so far.Files considered can be easily defined using the SCOPE argument, but the MATCH seems pretty limited for what I could test so far. I wish I could use a
lambda
predicate or something like that.For example, if I want to only be presented with TODO entries, I can use
"TODO=\"TODO\""
, but I cannot use regex to match any TODO keyword like"TODO=\".*\""
, or even"TODO=\"TODO|NEXT\""
.Is there a way to filter the list of candidate with more control than what I managed to do so far ?
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions