How to modify the filter in bootstrap-multiselect.js

I want to modify the filter to work like this:

  1. Input : a Output : Names starting from a followed by names containing a
  2. Input : am Output : Names starting with am and folled by names containing am
  3. Input : amc Output : Names containing amc. (After entering the 3rd alphabet the filtering criteria changes)

All the suggestions in the drop down box should have multiselect property

If you are drawing the data from a query, on the queries sheet, create an
"order_by" column.

In that column, you should be able to specify:

fieldname ASC

or

fieldname1 ASC, fieldname2 ASC, ...

where fieldname is the name of the field that you want to sort in ascending
order.

ยทยทยท On Mon, Oct 31, 2016 at 11:17 PM, wrote:

I want to modify the filter to work like this:

  1. Input : a Output : Names starting from a followed by
    names containing a
  2. Input : am Output : Names starting with am and folled by
    names containing am
  3. Input : amc Output : Names containing amc. (After entering
    the 3rd alphabet the filtering criteria changes)

All the suggestions in the drop down box should have multiselect property

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com