AuraQ / AutoCompleteForMendix

An autocomplete widget for mendix
Apache License 2.0
8 stars 30 forks source link

Currently this widget only accepts string attribute and not other data types. #31

Open siddiqui111 opened 6 years ago

siddiqui111 commented 6 years ago

For example if I want to search on integer or long then this attribute is not supported by the widget. Please can you update this widget to support search on all data types?

Many thanks, Mohammed Siddiqui

lindski commented 4 years ago

Hi Mo

The XPath search relies on the contains and starts-with methods which are only supported with string attributes.

If you need to do partial searching of other data types then you'll need to use the microflow option and handle the filtering logic there.

Cheers

Iain