toom

Results 6 issues of toom

### Request Type Enhancement ### Feature Description Goal: - [x] Add a global search in full-text (search in all textual fields). - [ ] Give to user more control on...

enhancement
TheHive4

The PR #2200 add a strategy that asks the mixed index to count the number of matching elements. This optimization can be improved and add aggregation functions on numeric fields...

Fixes #3202 ----- Thank you for contributing to JanusGraph! In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ###...

cla: external

Hello, I found a bug on the indexation of list property. When the same value is removed and added again to the list in the same transaction, the value is...

When a create a vertex, I get a temporary ID (ends with ":-2"). I can retrieve that vertex with the string representation of the ID only in the same transaction....

question

The gremlin step `hasId` fails with the error: ``` com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error parsing query: SELECT FROM `V` WHERE `~id` = :~id ``` I've done the PR #149 to add unit tests.

bug