Commit 32b49236 authored by Mael NICOLAS's avatar Mael NICOLAS

[WIP]fix tipo

parent 85e6936e
...@@ -21,7 +21,7 @@ type Search = "search" ...@@ -21,7 +21,7 @@ type Search = "search"
-- TODO: type this monster -- TODO: type this monster
-- fq is to filter request -- fq is to filter request
:> QueryParams "fq" Text :> QueryParams "fq" Text
-- preatty much clear, (Asc || Desc) + field you want to sort by -- pretty much clear, (Asc || Desc) + field you want to sort by
:> QueryParam "sort" SortField :> QueryParam "sort" SortField
-- permit to start a the x result -- permit to start a the x result
:> QueryParam "start" Int :> QueryParam "start" Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment