Rowy advanced filtering #1476
-
Hi, my name is Riccardo and I´m a product designer. Since I´m almost ready for deployment (and I found Rowy) I tought was better to "migrate" everything in one platform (firebase), but I´m regretting this choice :( I started migrating the "items" table from airtable to firestore using Rowy. (is video supported?) and I wanted to add the complex filtering I was able to create with a Xano functions quering Airtable... here the mess started. I realised firestore do not support any "complex" filtering so I installed algolia but also here I have problems. bravo studio will send a URL request with boolean variables that express the user filtering selection (ex: if Adult_clothes=true, women=true, sizeS=true and sizeM=true) I want to return only women adult clothes in size S and M ... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Let me simplify the issue - you need 1. complex (or multiple) filters in the Rowy UI, 2. image/video support. With the Rowy 3.0 release, multiple filters are supported. We also have Full text search in the table UI as an optional choice. However, based on your description, you might want to implement Webhooks to handle data sent from Bravo Studio. In the Webhooks, you can write code to achieve any conditions for the filters you need. However, I would recommend you to try BuildShip, built by the Rowy team, it lets you create endpoints fast with native integration with Rowy. Images and videos are supported. Rowy has native Image/file column for you to use. You can drag and drop to upload to your Firebase Storage bucket. |
Beta Was this translation helpful? Give feedback.
Let me simplify the issue - you need 1. complex (or multiple) filters in the Rowy UI, 2. image/video support.
With the Rowy 3.0 release, multiple filters are supported. We also have Full text search in the table UI as an optional choice.
However, based on your description, you might want to implement Webhooks to handle data sent from Bravo Studio. In the Webhooks, you can write code to achieve any conditions for the filters you need. However, I would recommend you to try BuildShip, built by the Rowy team, it lets you create endpoints fast with native integration with Rowy.
Images and videos are supported. Rowy has native Image/file column for you to use. You can drag and drop to upload to…