xodus icon indicating copy to clipboard operation
xodus copied to clipboard

String case sensitive search option

Open smallshen opened this issue 3 years ago • 3 comments

smallshen avatar Aug 17 '22 13:08 smallshen

Forget Java doesn't support kotlin default arguments.

smallshen avatar Aug 17 '22 13:08 smallshen

I have some commits that have not yet been pushed that change the original index behavior. Which one is better?

  1. add a option in PersistentEntityStoreConfig eg. caseSensitive (default to false)
  2. Create a separate tree for case sensitive of specific property of a type (require explicitly set, e.g store.enableCaseSensitive(String entityType, String propertyName))

smallshen avatar Aug 17 '22 15:08 smallshen

Hi @smallshen as you can see, the build is failing with your changes, could you fix the build first, then I will gladly review your fix.

andrii0lomakin avatar Aug 17 '22 17:08 andrii0lomakin

Closed because of no response.

andrii0lomakin avatar Dec 06 '22 09:12 andrii0lomakin