Skip to content

v1.1.0

Latest

Choose a tag to compare

@fulleni fulleni released this 03 Nov 15:11
306a81b

This release significantly enhances the text search capabilities of the in-memory data client by introducing a generic $regex operator. This change replaces the previous, more limited 'q' search parameter with a flexible regular expression-based approach, allowing users to perform advanced pattern matching on any string field. The update also includes corresponding documentation, test, and internal code adjustments to support this new functionality.

Full Changelog: v1.0.1...v1.1.0