TF-3292 Fix [SEARCH] If I filter emails by date and then sort them by relevance, the filter isn't applied

This commit is contained in:
dab246
2024-11-23 11:09:32 +07:00
committed by Dat H. Pham
parent 59c5df2a1b
commit 586b8505e0
4 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ Accepted
Brief the logic flows when click `Sort Order` in search:
- To sort by `Subject`, `Sender` or `Relevance` we will have to use the `position` property and ignore `before` and `after` in `conditions` of `filter`
- To sort by `Subject`, `Sender` or `Relevance` we will have to use the `position` property of `filter`
```json
{