mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Filters #1931
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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,
@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.
@g-acciai-sintraconsulting commented on GitHub:
I see, thanks for the clarification