mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 22:26:41 -04:00
Merge pull request #33559 from yeyulantu/bugfix-search-cache
This commit is contained in:
commit
999dced07c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class SearchBuilder {
|
|||
ISearchComparison::COMPARE_GREATER_THAN => 'lte',
|
||||
ISearchComparison::COMPARE_GREATER_THAN_EQUAL => 'lt',
|
||||
ISearchComparison::COMPARE_LESS_THAN => 'gte',
|
||||
ISearchComparison::COMPARE_LESS_THAN_EQUAL => 'lt',
|
||||
ISearchComparison::COMPARE_LESS_THAN_EQUAL => 'gt',
|
||||
];
|
||||
|
||||
public const TAG_FAVORITE = '_$!<Favorite>!$_';
|
||||
|
|
|
|||
Loading…
Reference in a new issue