Tableview Searchbar is case sensitive

You must Login before you can answer or comment on any questions.

Hi there,

I'm currently building a radio-listening App. I've listed all radiostations in a tableview, and I've added a search bar on top of it. The problem is that this searchbar is case sensitive, so if I search for Radio X with my search query being "radio x", I get no results.

Can this case sensitivity be disabled in a feature release of Titanium?

Also, when I add an index to this tableview, the index floats above the search bar. Maybe you guys can manage to let the search bar make itself less wide when adding an index?

Thanks in advance.

4 Answers

Accepted Answer

This is fixed in the latest build.

It provides for a filterCaseInsensitive property on table views which defaults to true.

Looks like there's a fix on the horizon for the search bar filtering.

I think it's only in the simulator that it has problems. The filtering works fine on my iPhone.

Hi, Casesensivity cannot be dissabled in Titanium. I had the same problem as yours and I still haven't found a workaround. Filtering is OK as far as I type de right letters...in the right case. I think that a fix will happen sooner or later

Your Answer

Think you can help? Login to answer this question!