#2909 closed enhancement (fixed)
M2: 0.9 Add in queryIgnoreCase option for Datastores
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
M2: 0.9 Add in queryIgnoreCase option for Datastores.
This is to add in an attribute for ignoring case in query params and filters. Requested by the digit community and agreed on 2007-05-01 that it was a reasonable feature and something basically any datastore (XML, Json, SQL) backed stores could support fairly easily.
Attachments (2)
Change History (6)
Changed 15 years ago by
Attachment: | dojo.data_ignoreCase_20070502.patch added |
---|
comment:1 Changed 15 years ago by
(In [8399]) Adding in queryIgnoreCase option into JsonItemStore? (from dojo.data meeting on 2007.05.01 ) refs #2909
Changed 15 years ago by
Attachment: | dojox.data.queryIgnoreCase.patch added |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Functions have been added and tested successfully under:
Windows: IE6 IE7 Firefox 1.5.0.11 Firefox 2.0.0.3 Opera 9.2
OS-X: WebKit?.
Note: See
TracTickets for help on using
tickets.
Simple patch to enable ignoreCase options for dojo.data stores in core + UT.