Skip to content

Releases: tieniber/GridSearch

Log cleanup/bugfix

18 Feb 16:20
Compare
Choose a tag to compare
  • Fixes a logging syntax issue with the ActiveSelection widget
  • Removes useless logging statements

mx8+ compatibility

17 Feb 21:51
Compare
Choose a tag to compare

Compatibility fixes

Mx9 support

13 Dec 15:54
Compare
Choose a tag to compare

Pagination, sorting, and result count

11 May 14:27
Compare
Choose a tag to compare

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

24 Apr 18:12
Compare
Choose a tag to compare
  • 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

01 Feb 18:34
Compare
Choose a tag to compare

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

05 Nov 16:44
Compare
Choose a tag to compare

Fixed #17

Minor bugfixes

05 Nov 16:42
Compare
Choose a tag to compare

Minor bugfixes

v3

14 Aug 17:14
Compare
Choose a tag to compare
v3

Syncing up versions with the MX app store. Release V2.3 and V3.0 are equivalent.

AnySearch (and more!)

14 Aug 16:50
Compare
Choose a tag to compare

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