Changelog for Monster Search
by Yanni Sanmiguel 
Documentation: https://modxmonster.com/
===================================================

Version 1.0.0 (2026-05-18)
--------------------------
- Initial release.
- Implemented JavaScript-based ExtJS AJAX interceptor to override the native MODX manager search.
- Added PHP OnHandleRequest interceptor to bypass the native 10-result limit and fix missing Resource ID lookups.
- Added Smart Prefix Syntax for targeted filtering ($=chunks, !=snippets, *=tvs, +=templates, @=plugins, #=resources, ^=users).
- Added Exact ID Mode ("~1 " with trailing space) and Partial ID Mode ("~1").
- Added Exact Match Mode using single or double quotes ("exact phrase").
- Added Exclusions to filter out specific element types (e.g., -@ to exclude plugins).
- Integrated Levenshtein distance algorithm for fuzzy searching to handle typos.
- Added System Settings: monstersearch.wildcards and monstersearch.fuzzy_threshold.
- Added full compatibility with MODX Revolution 2.x and 3.x architectures.