
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
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
