Skip to content

0.14.0

Compare
Choose a tag to compare
@jajm jajm released this 16 Nov 07:32
· 20 commits to master since this release
v0.14.0
ca9d37e

Added

  • Add proximity setting to add an input on search form to choose distance between terms.
  • Change UI of search page configuration form for facet fields, sort fields and search fields to be more easily configurable and more "Omeka-like". Remove dependency on jQuery UI.
  • Add "facet value renderers" (extensible by modules) that allow to show to users a value different from what is indexed. The new built-in facet value renderer allows to render a resource's title when only it's ID is indexed.
  • Makes the standard search form easily extensible by breaking it into smaller parts, allowing modules to add new parts and allowing user to enable each part individually and arrange them in any order.