nextcloud / tables

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

No selectable conditions to filter a multi-select column #965

Open RoepLuke opened 6 months ago

RoepLuke commented 6 months ago

Steps to reproduce

  1. Create a new Table
  2. Add a column of type "Select" and choose "Single-Select" with an arbitrary amount of options. Screenshot
  3. Add a column of type "Select" and choose "Multi-Select" with an arbitrary amount of options. Screenshot
  4. Add a new View to the Table and filter it by the single-select column. Screenshot
  5. Add a new View to the Table and try to filter it by the multi-select column. Screenshot

Expected behavior

As far as I understand, at least some kind of "contains" and "does not contain" conditions should be available here.

Requiring multiple Selections or accepting different selections would be possible via the provided interface around this.

Actual behavior

There are no conditions to select for multi-select columns. For single-select columns, there is the condition "equals" available.

I assume it should also be possible to have "does not equal" available for single-select columns. But that's another topic.

Tables app version

0.6.6

Browser

124.0.1

Client operating system

Fedora Workstation 39

Operating system

Debian 11

Web server

Apache

PHP engine version

PHP 8.2

Database

MariaDB

Additional info

No Browser Console Errors, no Errors in Nextcloud Log (including info and debug classification).