Как упорядочить результаты поиска django rest framework по написанному запросу?

I want to order my django search results (DRF) in the order it was written. For example when I search https://mywebsite.com/api/title=one,two,five,nine so the first result from the API should be Post One, Post Two, Post Five, and Nine and so on.

Заранее спасибо.

Вернуться на верх