Is it possible to only record a 'hit' when a search term appears more than a specific number of times?
For example, I need to find documents on our network which are likely to be mailing lists, and am using a regular expression to find postcodes. However, as we have at least 2/3 postcodes on all of our letters, I only want to count documents that have more than 3 hits.
Thanks