fortedigital / EpiServer.AzureSearch

0 stars 0 forks source link

Add Sorting functionality #24

Closed tomaszmadeyski closed 3 years ago

tomaszmadeyski commented 3 years ago

There is this common scenario: I want to get 10 latest articles that match the given search criteria.

In order to do so in the current state of a code I need:

This is not optimal as I need to load all items from the content repository just to take 10 of them in the end

In this PR :