Customize options in Advanced Find for Script Columns

How can I customize the entries that appear in the red frame in the image below? According to the manual, using the match() property of ScriptColumn is possible, but I had no success except when the column is of string type.
Specifically, I wanted to add the options that appear for the built-in columns when it is of numeric type.


In my case, for the chapter column I made, it only appears like this:

I'd unify both drop-downs to

  • less than
  • equal to
  • greater than

Or list all variants, to eliminate the need for inverting the logic with no match:

  • less
  • less or equal
  • equal
  • not equal
  • equal or greater
  • greater

But how can you add/remove options to that list?

I don't think you can. And you don't need to. It's only a cosmetic/practical issue.

Ah, gotcha. I don't know why, but I thought that in fact that option did exist.