mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
synchronize with 0.3.0 branch
This commit is contained in:
committed by
Keagan McClelland
parent
9fb5fe35e7
commit
38016eb04b
@@ -23,7 +23,6 @@ searchServices Nothing pageItems offset' query = select $ do
|
||||
( (service ^. SAppDescShort `ilike` (%) ++. val query ++. (%))
|
||||
||. (service ^. SAppDescLong `ilike` (%) ++. val query ++. (%))
|
||||
||. (service ^. SAppTitle `ilike` (%) ++. val query ++. (%))
|
||||
||. (service ^. SAppAppId `ilike` (%) ++. val query ++. (%))
|
||||
)
|
||||
orderBy [desc (service ^. SAppUpdatedAt)]
|
||||
limit pageItems
|
||||
|
||||
Reference in New Issue
Block a user