Always chronologically ordered history

Hello all,

Does someone know how to configure atuin so that my history is always chronologically ordered (newest to oldest), even after a search.

I use smart_sort=true (with the hope it will result in chronologically ordered history) and search_mode = "fulltext". Below is example where this doesn’t work with these settings

Thank you in advance.

Latest command:

After i search for grep:

As seen the ps axu|grep -i git command is not even in the first twenty results. It’s only shown after ALL commands which starts with grep, no matter the search_mode this is always the case.

Is this expected?