Feature request #3928
Case sensitivity checkbox
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | |||
Category: | GUI | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 13952 |
Description
It would be nice to have a case sensitivity checkbox in Search strings interface (at bottom of the attribute table).
History
#1
Updated by Tim Sutton almost 17 years ago
Since space is tight in that area, perhaps this is better done in the advanced search dialog?
#2
Updated by Paolo Cavallini about 16 years ago
I agree this is an useful improvement, and it appears trivial to fix: can someone deal with it?
#3
Updated by Martin Dobias about 16 years ago
The implementation itself should be indeed simple, there's just a UI design decision needed - whether to put it directly to the attribute table (and where) or whether to put it into advanced search only....
martin
#4
Updated by Tim Sutton about 16 years ago
Note that I have uncommitted changes to the table UI so please hold off making changes until they are committed. I will add a case senstitivity box in the process.
Tim
#5
Updated by Paolo Cavallini almost 16 years ago
Can we fix this now? Thanks.
#6
Updated by luca76 - over 14 years ago
I made a patch for #3928:
- Added a "Case sensitive" combo box in the "attribute table dialog box"
- I removed the "record" word in the other two combo boxes (it's already
clear that they are referring to the records...)
- One string to be translated ("Case sensitive")
- I substituted the "=" query operator with "LIKE"/"ILIKE" operator
#7
Updated by Tim Sutton over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed