Hello,
I have a use case where I would like the "View Surrounding Documents" view to present the data in timestamp ascending order, rather than descending. If I go change this bit in the URL I get the view I'd like, but was hoping there was a configuration or some way to make this the default behavior.
sort:!(timestamp,desc) --> sort:!(timestamp,asc)
The main issue is the secondary sort that comes from the tie breaker config doesn't work properly unless my data is in ascending order. Being able to customize the tie breaker field secondary sort would also solve my problem, but those options seem even more limited.
The only work around I can think of is to go dig around in the source code and make this change myself.
Anyone have any other ideas, or have I overlooked anything obvious?
Thanks a bunch!