I found a trick here to count matches via a column.
Code: Select all
Search = content:search: addcol:A A-label:="Content Count" A:=STRINGCOUNT($content:,search:)Is this because the match itself counts as 1, and the Content Count column only counts from the second hit
Is there a setting to make the counter count correctly, so that a single match is shown as 1?