A KWIC column is a good idea.
Thank you for the suggestion.
I would also like to add highlighting to the preview pane.
There is a convoluted way to do this now with regex, capturing and showing the matching line:
Search for:
*.doc == just search doc files, no need to search every single file.
regex: == enable regular expressions
( ) == capture matching text.
.*bonnie.* == match the whole line that contains bonnie.
add-column:1 == show the matched text in the regmatch1 column.
Thank you for the suggestion.
I would also like to add highlighting to the preview pane.
There is a convoluted way to do this now with regex, capturing and showing the matching line:
Search for:
dm:>2020-01-01 dm:<2025-01-01 *.doc regex:content:(.*bonnie.*) add-column:1*.doc == just search doc files, no need to search every single file.
regex: == enable regular expressions
( ) == capture matching text.
.*bonnie.* == match the whole line that contains bonnie.
add-column:1 == show the matched text in the regmatch1 column.
Statistics: Posted by void — Fri Aug 29, 2025 12:27 am





