TIBCOSoftware / snappy-store

SnappyStore
Apache License 2.0
39 stars 18 forks source link

[GITHUB-1559] add upper-case names to search index of ClientResultSet #565

Closed sumwale closed 3 years ago

sumwale commented 3 years ago

Allows for case-insensitive searching since lookup will check the given name first and then its upper-case variant in the index.

Reference: https://github.com/TIBCOSoftware/snappydata/issues/1559