Filters #1931

Closed
opened 2025-10-09 17:36:53 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @g-acciai-sintraconsulting on GitHub.

Greetings,
after setting up the bitwarden_re docker and conducting some tests I noticed that in the Web App the FullText filters does not seems to work.
Wildcards does not works, nor search into custom fields or into the collection name.

Is this a planned feature to be added?

regards,

Originally created by @g-acciai-sintraconsulting on GitHub. Greetings, after setting up the bitwarden_re docker and conducting some tests I noticed that in the Web App the FullText filters does not seems to work. Wildcards does not works, nor search into custom fields or into the collection name. Is this a planned feature to be added? regards,
Author
Owner

@BlackDex commented on GitHub:

Everything regarding the web-interface, or any other client interface, is handled by the upstream project https://github.com/bitwarden/web/ .
bitwarden_rs is just a third-party server implementation.

Also, the server can't search through the stored items, this would be bad also since that would indicate the data is not stored encrypted. All is done client side.

@BlackDex commented on GitHub: Everything regarding the web-interface, or any other client interface, is handled by the upstream project https://github.com/bitwarden/web/ . bitwarden_rs is just a third-party server implementation. Also, the server can't search through the stored items, this would be bad also since that would indicate the data is not stored encrypted. All is done client side.
Author
Owner

@g-acciai-sintraconsulting commented on GitHub:

I see, thanks for the clarification

@g-acciai-sintraconsulting commented on GitHub: I see, thanks for the clarification
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1931