Skip to content

fix(count)!: use $ quote to avoid issues with some variable

François Ferry requested to merge topic/default/quoting_issue into branch/default

For instance, if we had "X name IN ('chicken', 'rooster')", get_facets_values_with_count returned an error because it added "'" inside a part quoted with "'".

Merge request reports