Changelog
Copy Markdown0.3.0
Search updates
- Adds search option
order_by. This includes support for mult-column sorting and null-ordering directions. - Breaking changes:
- The search option
facetsnow accepts a string-keyed map instead of an atom-keyed map. This enables search options to be created directly from external sources, such as URL parameters, without converting string keys to atoms first. - Similarly, the search option
result_fieldsnow accepts a list of strings instead of a list of atoms.
- The search option
Flop adapter
Adds a Flop adapter for using Flop with Refine.
The adapter translates Flop parameters into a Refine faceted search: Flop provides filtering, ordering, and pagination, while Refine provides the facets. This is useful when you already use Flop for searching and want to add faceting to existing queries.
0.2.0
Facets can now be created from joined tables
0.1.0
Initial implementation.