NYPL-Simplified / circulation

Circulation manager for Library Simplified
Other
19 stars 19 forks source link

Add facet links to search #1883

Closed keithbauer closed 1 year ago

keithbauer commented 1 year ago

Description

Adds facet links to the search response which will allow for sorting by title and author.

Motivation and Context

OE-927 Add facet links to search

How Has This Been Tested?

Modified test_search_feed test to also look for the ordering facet links. The Facets.available_facets class method needed to be monkeypatched to return the supported order facets since config is set to None along the way causing it to error out.

Checklist: