Re: dojo.data / ignore case option?
2007-05-02 19:09:05 GMT
This request has been added under tracker #2909. Usage of it is simple, it is an option to set in the request keywordArgs. Example:
jsonItemStore.fetch({query: {value: "bar\\*foo"}, queryIgnoreCase: true, onComplete: completed, onError: error});
Sincerely,
-- Jared Jurkiewicz
An "ignore case" feature seems generally useful to me, and I would think
it would be easy to support for most datastores. I don't know much
about i18n, so I'm not sure whether i18n would be an issue that we need
to think about here. I'm also not sure how best to expose that feature
in the current API, but we can talk about it at the dojo.data meeting on
Tuesday.
:o) Brian
Jared Jurkiewicz wrote:
> No, there is no ignore case filtering option on dojo.data currently. It
> could be added if the other contributors of dojo.data agree it's viable.
>
> Brian S, Chris M, , Tom Trenka,
> Options?
>
> Sincerely,
> -- Jared Jurkiewicz
>
>
>
> On 4/30/07, Douglas Hays wrote:
>
> While testing the newly dropped AutoCompleter widget, I noticed that
> ca* does not match California.
> Is there an "ignore case" option for dojo.data? I doubt it's viable
> to do a * search and then to
> do a regexp match on the client.
>
> Doug Hays
> doughays <at> us.ibm.com
_______________________________________________
dojo-contributors mailing list
dojo-contributors <at> dojotoolkit.org
http://dojotoolkit.org/mailman/listinfo/dojo-contributors
_______________________________________________ dojo-contributors mailing list dojo-contributors <at> dojotoolkit.org http://dojotoolkit.org/mailman/listinfo/dojo-contributors
RSS Feed