
So I know relationships are in beta, but we are making a datagrid and I setup relationships because it made the data processing a bit more efficient for pulling things to display and such. We're trying to create a datagrid that displays members. Easy, cause we have a members collection. After that, we have a search, which also works great thanks to 1.5's search
implementation.
The real issue is, we have a councils
filter, because each member can be on councils. So we have that relationship, but we want to be able to filter by any council ID.
Do I need to make an array of ID's as a separate attribute with an event to update it, or can I filter by the relationship $id attributes?
It says I can't, but I'm curious if there's a way around it that's known or something
realistically I'd have to basically either make a second column that gets auto updated or maybe search by councilId and then display that councils members but I can't search
in that relationship either can I?
Recommended threads
- Queries Length Error.
Hi All, I am having a issues across my app with how i am getting data, and just wanted to check if this was an issues with the new changes on appwrite over the...
- Explore uploaded images directly from lo...
Is there any option to explore/dwonload uploaded files to from local machine? I connected through WinScp to my vps and to files from docker volume 'appwrite_app...
- The current user is not authorized to pe...
I'm just getting this error while it was working couple minutes ago, my users have permissions to access and create tables data but on some databases I'm just g...
