synchronize with 0.3.0 branch

This commit is contained in:
Lucy Cifferello
2021-09-23 19:40:39 -06:00
committed by Keagan McClelland
parent 9fb5fe35e7
commit 38016eb04b
4 changed files with 41 additions and 49 deletions

View File

@@ -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