When we perform a query and get a list of results. If there are multiple objects that have the same search score, they are returned in ascending order of last modified date. If the user then modifies the object that is returned first, we want to perform the same search(to display the results with the new data) and assuming the didn't update any of the searchable fields, the doc will have the same search score, but will now show up at the bottom of the list. Will there be a way to perform a query and have the results ordered by search score and then secondarily ordered by last modified date descending order?