Emmanuel Keller
Emmanuel Keller
It is not yet implemented for FT.SEARCH. However, there is now a possible workaround by using the new **contains** function with FT.AGGREGATE https://oss.redislabs.com/redisearch/master/Aggregations/#list_of_string_apply_functions `FT.AGGREGATE my_index "*" FILTER "contains('title', 'tent')"` Note...
Q1: By default the search returns 10 results. Look at the LIMIT parameter. https://oss.redislabs.com/redisearch/Commands/#ftsearch Q2: Can you provide a full example ? It would be useful to see - the...
Adding reference regarding the nodes library [jsonpath-plus](https://www.npmjs.com/package/jsonpath-plus) This library introduces two operators: - ^ for grabbing the parent of a matching item - ~ for grabbing property names of matching...
@matth-c3 @mrsufgi Does it make sense to be inspired by [RFC-7386](https://datatracker.ietf.org/doc/html/rfc7386) ?
@filipecosta90 Deserves to be screened from a performance point of view