apply changes to slider defaults across all modules that use buildQuery for updates

This commit is contained in:
zotlabs
2018-06-15 15:21:19 -07:00
parent 2f3c3db020
commit 7e736c5359
5 changed files with 10 additions and 10 deletions

View File

@@ -121,8 +121,8 @@ class Search extends \Zotlabs\Web\Controller {
'$uid' => ((\App::$profile['profile_uid']) ? \App::$profile['profile_uid'] : '0'),
'$gid' => '0',
'$cid' => '0',
'$cmin' => '0',
'$cmax' => '0',
'$cmin' => '(-1)',
'$cmax' => '(-1)',
'$star' => '0',
'$liked' => '0',
'$conv' => '0',