WHERE "updated > created" does not work in DATA BROWSER

I think this is a bug. I wanted to find all rows that have been updated, so I tried WHERE “updated > created” and didn’t get any rows -

Putting the same WHERE in the REST CONSOLE returns the results I would expect -

I didn’t try this on other tables but I assume the results will be the same.

It is not a bug - you don’t have SQL search enabled.

Oh. I am not sure I noticed that checkbox before or realized what it did.

Thanks, @mark-piller. Sorry for the fake bug report.

Tim