Omer Shadmi
Omer Shadmi
@Delicious-Bacon There is a link to more details on the various aggregation functions > See [the full documentation on aggregations](https://redis.io/docs/stack/search/reference/aggregations) for further details.
> You need to escape the "-", see https://oss.redis.com/redisearch/Escaping/ Updated link: https://redis.io/docs/stack/search/reference/escaping/
@amarjitverse there's no limit on the number of indices. Consider a single index using [`FT.SEARCH`](https://redis.io/commands/ft.search/) with the parameter `INKEYS`, in case you know which keys are relevant per user (would...
There could be another option for `SCHEMA_MISMATCH_POLICY`, such as a `CONVERT` option, which will allow to define conversions for specific mismatches, e.g., allowing one or more fields to accept, let's...
@slorello89 I added a few comments in the corresponding PR https://github.com/RedisJSON/RedisJSON/pull/767 And they seem to be still valid, such as multi bool not yet being supported, etc.
@jacksoncalvert Please sign the [Contributor License Agreement](https://cla-assistant.io/RediSearch/RediSearch?pullRequest=2756)
@anderslangballe Indeed this behavior is not aligned with the [documentation](https://redis.io/docs/stack/search/reference/escaping/#the-rules-of-text-field-tokenization): > All punctuation marks and whitespace (besides underscores) separate the document and queries into tokens. We should also consider `\n`...
@oalles You can see https://github.com/RedisAI/Java-VSS-demo And also this [example](https://github.com/redis/jedis/blob/48621a812df018ea79005f3d4fec9386bf48da1a/src/test/java/redis/clients/jedis/modules/search/SearchTest.java#L442)
> Should it also be supported in FT.PROFILE command? Should work, but not yet tested. Basically, if users have a query using Parameters, and they wish to profile it, it...
@danitseitlin Maybe init of redis module APIs is not done since redis-server is not launched? See this [example](https://github.com/RedisLabsModules/redismodule-rs/blob/18561f966fdf86608ad68b2c558e14193f8be94d/tests/integration.rs#L12)