Simran

Results 196 comments of Simran

I'm able to reproduce the problem using 3 shards (but not with a single shard), even with an additional safeguard `AVG(NOT_NULL(alias_a.value, 0))`, in 3.10 but also 3.12.devel. Changing the attribute...

@MrCreosote Apologies about the documentation statement that you could enable the option without a value. This is indeed incorrect. We just migrated to a new docs tooling and the logic...

String comparisons are handled by ICU, with exceptions for ArangoSearch-related features. The difference between JavaScript and AQL seems to be that JS sorts lowercase characters before uppercase characters, whereas in...

@iamacup: LIKE() is not an operator, but a function. It creates a regular expression internally and then tests against the given input. The regex engine is "isolated" if you will,...

Correct, only https://www.arangodb.com/docs/stable/aql/functions-arangosearch.html#starts_with can utilize an index (inverted index/View)

For internally supported data types (since 3.0), see the [VelocyPack specs](https://github.com/arangodb/velocypack/blob/master/VelocyPack.md). What's problematic is the data transport in and out of the system via JSON over HTTP. You can't have...

`weightAttribute` is unfortunately limited to top-level attributes at the moment. We consider adding support for it, but we need to find a way to not break backward compatibility (internal ticket:...

The `--query.require-with` option has been introduced in 3.8.0 and it is off by default for backward compatibility. It could potentially be turned on by default in 4.x

The current target is CY2022, but CY2023 is also Qt 5. It will be Qt 6 for CY2024: http://vfxplatform.com/

Thank you for the suggestion, @matcho. The documentation created an internal task to extend the docs using this dataset as an example. Because ZKD indexes are an experimental feature, it...