If you have data such as asdf match asdf match asdf then if you do wp db search match the matches occurring within the context won't be highlighted or counted as the context regex gobbles them up.
A fix is to use the PCRE_OFFSET_CAPTURE mode always, as in the --regex case. PR incoming.
If you have data such as
asdf match asdf match asdfthen if you dowp db search matchthe matches occurring within the context won't be highlighted or counted as the context regex gobbles them up.A fix is to use the
PCRE_OFFSET_CAPTUREmode always, as in the--regexcase. PR incoming.