imbo / imbo-metadata-search

Imbo plugin that enables metadata search
MIT License
3 stars 4 forks source link

Add sort support #16

Closed kbrabrand closed 9 years ago

kbrabrand commented 9 years ago

This PR adds sorting support for search backend with normalization of search params and handling of these in the ES backend. Also adds force sort of response model images to force the order to match the one from the search backend.

fangel commented 9 years ago

Looks good to me. What's the reason for a lot of the Behat tests being commented out? Some of them still seems to work - I only tested the without-access-token test, but that worked just fine.

kbrabrand commented 9 years ago

Ugh.. The reason is me being being in a hurry to get home, and not reading through my commit.. Sorry. Fixed now.

fangel commented 9 years ago

Wonderful. And the tests passed both locally and on Travis. So let's merge this puppy in!