Nicolas
02/13/2025, 1:01 AM{"name": "id_product", "type": "string", "reference": "products.id_product"},
{"name": "customer_id", "type": "string"
{"name": "price", "type": "float",},
Schema products
{"name": "id_product", "type": "string"},
{"name": "name", "type": "string", },
{"name": "info1", "type": "string"}
Then I query using:
{
"q": "*",
"collection": "products",
"filter_by": "$prices(custom_price:<100)"
}
And it gives me errors like:
⢠id_product_sequence_id
is not present in index.
Am I missing something on configuring/understading these joins?
Are there another resources where I can understand a little bit better about these operations?
Thank you so much.Jason Bosco
02/13/2025, 3:12 AMJason Bosco
02/13/2025, 3:12 AMNicolas
02/13/2025, 1:21 PMNicolas
02/19/2025, 11:36 PMJason Bosco
02/19/2025, 11:38 PMNicolas
02/19/2025, 11:39 PMNicolas
03/08/2025, 11:19 PMFanis Tharropoulos
03/10/2025, 7:40 AMNicolas
03/10/2025, 12:30 PMFanis Tharropoulos
04/14/2025, 2:08 PMNicolas
04/14/2025, 2:09 PM