-
I think that it's impossible to fetch the number of matching groups for some queries. Please correct me if I'm wrong. My use case is like this: With HAVING, that meta value is irrelevant, as documented. A query may return 5 groups (out of 5, since the limit is 10), but with a Even if I where to send a second SELECT, I can't see any way to count the groups. Manticore's SQL does not allow a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
tl;dr: In case of |
Beta Was this translation helpful? Give feedback.
-
@mytskine Here' how to reproduce this from scratch:
Expected: total_found = 0.
Expected: total_found = 2. I can't think of a simple workaround. It's better to open an issue for this, and we'll see if there's anything we can improve. |
Beta Was this translation helpful? Give feedback.
Thanks. The feature request is #3428.