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
Would it be possible to add the size of the "sliding window" of multiline matching as an option?
I'm using sift to search in mulitple (hundreds) markdown files which acts as knowledge base for me and sometimes the size of the window is a painful limitation, especially when searching with regexp like ^(^term1|^term2), which acts as a simulation of an AND operator.
The text was updated successfully, but these errors were encountered:
Would it be possible to add the size of the "sliding window" of multiline matching as an option?
I'm using sift to search in mulitple (hundreds) markdown files which acts as knowledge base for me and sometimes the size of the window is a painful limitation, especially when searching with regexp like
^(^term1|^term2)
, which acts as a simulation of an AND operator.The text was updated successfully, but these errors were encountered: