Dmitrii Baranov

Results 15 issues of Dmitrii Baranov

Say, we have a list of props on a node: ``` aa ab ac ``` Then we query it like this: ``` { '.': { '*': 'a', '>': 'ab' }...

Must be ES5-compatible. Passes 'match text' test ;)

This way, we take order into account even if we have the wildcard match

### Describe the bug Whenever I create a record with predefined id, I never know what it ends up being, even though I explicitly provide what I want it to...

bug
triage

### Describe the bug `math::min([null])` and `math::max([null])` return `0` while `null` value is expected. Whenever I pass these functions an array that contains numbers, I want min or max number...

bug
triage

### Is your feature request related to a problem? It is currently not possible to refer to the current row when performing batch insert: ```SQL LET $fields = [ {...

feature

### Describe the bug `WHERE` clause does not respect relations. Say, I have the following: ```sql CREATE task:1 CONTENT { effort: 1 }; CREATE task:2 CONTENT { effort: 2 };...

bug

`experimentalUseElementAccessInTemplate` option makes protected field errors (`ts-plugin(2339)`) go away, but at the same time, it stops bothering with variables used in the template: ```vue @Component({}) export default class ... {...

bug
🔩 p2-edge-case

### Describe the bug I want to be able to perform query against vector field and some scalar fields at the same time. Say, I have vector V. I want...

feature
topic:surrealql
topic:indexing

### Is your feature request related to a problem? I would like to be able to mask search vector, so that the masked points were not affecting similarity nor NN...

feature
triage