Releases: callumbwhyte/umbraco-search-extensions
v1.4.0
Introduced a new JSON
value type for indexing nested properties as unique fields! Also brings support for indexing values as multiple field types via the MultipleValueTypeFactory
- for greater control over how JSON (and other field types) are indexed!
v1.3.0
A whole bunch of house keeping, plus some handy new extensions! The separator for UDI and picker value types is now configurable. Extension methods for sanitizing, boosting, fuzzy and wildcard matches on arrays have also been introduced. The SantizeSplit
method has been renamed to ToSafeArray
, however this was largely used internally only.
v1.2.0
Umbraco's "createDate" and "updateDate" fields are now automatically indexed as date values, which aids with sorting results!
v1.1.0
Adds support for querying by culture in Field
, Group
, and NodeName
queries! Also introduces the ability to query by multiple node type aliases. The __Search_
prefix previously assigned to search-friendly aliases for picker fields has now been removed and the values are instead included in the origin field's values.
v1.0.2
Fixes issues with field types being registered after Examine indexes had been created, and fixes issues with tokenizing list and picker index values.
v1.0.1
Adds support for INestedQuery
and extensions for sanitizing search strings. Fixes CreatePublishedQuery
extension to ensure all fields are included in the query.
v1.0.0
Initial release of Search Extensions for Umbraco 8.1 with extensions for better querying and results.
Also introduces 3 new Lucene field types – list
, UDI
and picker
– for better indexing of Umbraco data.