orientechnologies / orientechnologies/orientdb
Migration from v2.2 to v3 Collate case-insensitive does not work
Open
@luigidellaquila is already working on this.
Since Dec 17, 2018.
- Dominant language
- Java
- Stars
- 5k
- Forks
- 868
- Avg merge
- 15h 6m
- Merged PRs (30d)
- 18
Description
OrientDB Version: 3.0.8
Java Version: openjdk 1.8
OS: alpine 3.4
Expected behavior

Let be Connector a Vertex with description property (using collate case insensitive) with value DescrizionE

the query select * from Connector where description containstext 'descrizione' give me the correct result
Actual behavior
The resultset is empty

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.