Merge AbstractSortedSearch
into AbstractSearch
#16
Labels
Milestone
AbstractSortedSearch
into AbstractSearch
#16
There's no requirement to have both
AbstractSearch
andAbstractSortedSearch
- it would be simpler to merge the child into the parent. If someone wants to implement their own sort method, they can always override the sort method anyway.Searching can be disabled by not allowing the client to send any sort parameters anyway - i.e. through the request definition.
The text was updated successfully, but these errors were encountered: