New features
-
New tags:
advanced:text
creates an advanced search input field.collaborate:comment-form
renders a comment form.collaborate:comment-list
displays a list of comments.
-
New service:
CollaborationService
accesses the Collaboration APIs.
Improvements
-
geo:map
tag improvements:- A new
drag
value forevents
changes the search range when the user drags the map; this works only with Google Maps. - The
draw
value forevents
now works with ESRI maps in addition to Google Maps. - The longitude filter is now created with the correct values.
- A new
-
The
search:facet
tag can now be configured to display custom icons for expanded/collapsed facet lists using new.collapsed
and.facet-toggle
CSS classes. See the CSS example. -
The
instant:result-list
tag has a newchildren-selector
attribute for selecting the child elements that should be used for the arrow key selection mechanism.
Other changes
- The
media:image
tag now respects the value ofimage-service-url
, if defined.