Skip to content

Releases: callumbwhyte/umbraco-search-extensions

v1.4.0

22 Feb 03:49
Compare
Choose a tag to compare

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

10 Feb 22:57
Compare
Choose a tag to compare

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

26 Jan 16:53
Compare
Choose a tag to compare

Umbraco's "createDate" and "updateDate" fields are now automatically indexed as date values, which aids with sorting results!

v1.1.0

23 Jan 19:34
Compare
Choose a tag to compare

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

10 Nov 01:22
Compare
Choose a tag to compare

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

09 Nov 04:39
Compare
Choose a tag to compare

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

25 Aug 22:05
Compare
Choose a tag to compare

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.