ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.67k stars 387 forks source link

search sort #345

Closed yhyf closed 4 years ago

yhyf commented 4 years ago

when I use /api/search?type=&q= ,How to sort ?

nilslice commented 4 years ago

http://docs.ponzu-cms.org/HTTP-APIs/Search/ If there is no specific documentation in Ponzu or in Bleve (linked from that URL), then you will have to sort the results in memory.

yhyf commented 4 years ago

Thank you !