nafraf

Results 48 issues of nafraf

This PR is to solve issue #2477 Of course, any comments and suggestions are welcome! Thanks

Hi, this is a part of the solution to #2484 This PR requires the PR to libcypher-parser [Fix property name validation used by "create index for"](https://github.com/RedisGraph/libcypher-parser/pull/18) This PR only include...

Hi, this PR implements validations of input arguments of division and modulo functions to fix #2213 Test were implemented to check the same behavior of neo4j. The tests only include...

This PR implements https://github.com/RedisGraph/RedisGraph/issues/2527 The suggested format was used. Any comments and suggestions are welcome! Thanks

**Description** 1. When the language is not specified in the query, the engine should be smart enough to follow the index or field-defined language, instead of having wrong results or...

**Description** auto escape on querying TAG fields following the `@tag{my_match}` syntax The change was done using dialect 5. This requires: #4125 **MOD 6186 - Fix FT.EXPLAIN, FT.EXPLAINCLI: INFIX, SUFFIX** https://github.com/RediSearch/RediSearch/pull/4604...

**Describe the changes in the pull request** Improve the report of memory used by inverted index **Which issues this PR fixes** 1. MOD-5977 2. MOD-5866 (done through MOD-6515) **Main objects...

action:run-benchmark
backport 2.8
backport 2.10

Hi, this PR is to fix #3086 The ``SORTABLE`` option, for TAG and TEXT field, is now validated inside the functions ``parseTextField()`` and ``parseTagField()`` (this last is a new function)....

Hi, I have a question about the following query: ``` CREATE (a{z:1}), (b{z:'a'}), (c{z:[1,2]}), (d) MATCH (a) WHERE (1 in a.z) RETURN a ``` ``a.z`` is not a list, then...