mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #714] Filters #482
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Nov 7, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/714
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 (Nov 7, 2019):
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 (Nov 8, 2019):
I see, thanks for the clarification