1

I do understand that Xodus' Entity Store provides StoreTransaction.find(..) which matches properties with the exact provided value and StoreTransaction.findStartingWith(..) which matches properties beginning with the provided value.

What I don't see is a StoreTransaction.findContains(..) or a LIKE of any sort. How would I approach such a search?

Vyacheslav Lukianov
  • 1,913
  • 8
  • 12
Hannes
  • 5,002
  • 8
  • 31
  • 60

1 Answers1

1

In version 1.3.232, there is no such. It makes sense to file a feature request.

Vyacheslav Lukianov
  • 1,913
  • 8
  • 12
  • I just created https://youtrack.jetbrains.com/issue/XD-824. Please vote for this feature request. – Hannes Oct 04 '20 at 15:58