We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35da4e5 commit fd07385Copy full SHA for fd07385
README.md
@@ -363,7 +363,7 @@ Each `EAVFilter` must use `column_id` and can specify:
363
- `string_value`: Exact string value to match
364
- `boolean_value`: Boolean value to match
365
366
-Returns a list of dictionaries (up to 1000), each representing a row with an `id` field and fields for each column ID.
+Returns a list of dictionaries (up to 1000), each representing a row. Each row has a field for each column plus an `id` (the "row ID").
367
368
Example:
369
```python
0 commit comments