nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
148 stars 23 forks source link

Filter for magic fields in multi selection columns #810

Open datenangebot opened 9 months ago

datenangebot commented 9 months ago

Right now (v0.7) it is possible to filter for values from the multi selection columns. But you can not filter for something like @userId. This needs to be specially handled in the backend because the db don't know the userId etc. This has to be mapped to a valid option-id from the column definition. This can be used as filter value...