Filter by Column : Powerful filtering/searching tool for all columns

:warning: IMPORTANT: Needs at least v13.7.5
v1.7.0 (Jul 12, 2024) :

  • Added support for datetimeoriginal and datetimecreated columns.
  • Added extra protection when attempting to read Evaluator columns that use values not available for filesystem directories.
  • Other minor fixes.
2 Likes

:warning: IMPORTANT: Needs at least Directory Opus v13.9.1

v1.8.0 (Aug 11, 2024) :

  • Added support for Streams and Signed By columns.
  • Improved handling of values and their correct conversion to the registered type (in case it differs from the original type).
  • Data types of most built-in columns can now be overridden.
  • Enhanced data conversion to the "number" type.
  • Other minor improvements.
3 Likes

v1.8.1 (Aug 16, 2024) :

  • In dialog mode, the columns combobox now works properly as a search bar. When you type something, the cursor stays at the end instead of jumping to the beginning.

Small update, but a very needed one!

1 Like

This script column,error come out. (using Filter by Column v1.8.1)

image

you can try it. thank you!

Did you try using quotes around the column's keyword? That should work.
I didn’t realize until recently that spaces are actually valid in a keyword...

I wonder if there is a way to 'Sort by Selected'. I'm looking for this.

For use after running the Dopus 'Select By Pattern' feature, and so everything that got selected by the pattern is moved to the top, like a group. Still in alphabetical order, or by order of the current column filter, but the idea is to divide what is selected from what is not selected, for easy review of what the 'Select By Pattern' selected.

To answer my own question, so it's not followed up on in this thread:
With help from PassThePeas I learned that I can hide things based on their selection.

Hide selected:

Select HIDESEL NOPATTERN

Hide unselected:

Select HIDEUNSEL NOPATTERN

Show whatever has been hidden by these commands (doesn't affect the H attribute)

Select NOPATTERN SHOWHIDDEN

I made a three-button button for this. And can add these commands to whatever I want, to do multiple steps like select by pattern then hide the unselected. Not as good as a selected to top group because you can't compare the selected with the unselected, but close enough.