Releases: tieniber/GridSearch
Releases · tieniber/GridSearch
Log cleanup/bugfix
mx8+ compatibility
Compatibility fixes
Mx9 support
- Fix for mx9 based on: https://forum.mendix.com/link/questions/109323
- Fix for starts-with searching
- Fix for dynamic sorting
Pagination, sorting, and result count
Added input attribute to AnySearch to allow it to control pagination and sorting
Added output attribute to AnySearch that includes the result count, which can be used to show custom pagination controls or even control conditional visibility on the grid.
Fixes for AnySearch + ListViewControls
- Removed a subscription handler for object refreshes
- Updated flow for firing searches when LVC widgets are involved. Minimizes the number of queries sent to the server.
Bugfixes
Fixed 2 bugs:
- when a search widget was inside a context object that could change, it was possible for it to register itself more than once, leading to duplicated xpath constraints applied to a grid (end result: slower queries)
- when lists can be added dynamically during or after page load, for example with a list inside of a list, the search widgets wouldn't find new lists to search on. This has been fixed, so on each search there's a query looking for all eligible lists
Bugfix
Minor bugfixes
Minor bugfixes
v3
AnySearch (and more!)
Re-wrote readme and added a number of features:
- AnySearch widget added
- Association Checkbox widget can display visualizations and count the number of results
- Dynamic dropdown widgets can cascade, and now include sort options