Please fill in the questionnaire below.
Technical Help Questionnaire
Have you read and followed the instructions at: *READ ME FIRST* Technical Help FAQs - #2 by nigel ?
Answer: Yes I have
Self-Hosted Installation and Setup Questions
Delete this section if you are using Baserow.io.
How have you self-hosted Baserow.
Hosted using Docker Compose. It’s running great
What are the specs of the service or server you are using to host Baserow.
Not relevant
Which version of Baserow are you using.
1.17.0
How have you configured your self-hosted installation?
Not relevant.
What commands if any did you use to start your Baserow server?
Not relevant.
Describe the problem
Can’t find a way to simply return multiple rows that have an ID in an array. Pseudoquery: Return rows with ID in [1, 3, 7]
.
Describe, step by step, how to reproduce the error or problem you are encountering.
I have a row, Zip Codes. Each zip code can be linked to multiple Geometries. I am trying to get each of those geometries in 1 API call, as running 50 API calls seems crazy. I know I can query the Zip Code row, and get a Geometry property like this: {...Geometries: [ { id: 1, value: 'A' }, { id: 2, value: 'B' }... ] }
.
How do I use the API to get each of those Geometries from the Geometry table, without running a query for each Geometry?
How many rows in total do you have in your Baserow tables?
Right now, something like 45,000. Most tables are small. The Zip Code and geometry tables have tens of thousands of rows each.
Please attach full logs from all of Baserow’s services
Not relevant.