Originally created by @g-acciai-sintraconsulting on GitHub (Nov 7, 2019).
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 (Nov 7, 2019).
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,
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 (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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @g-acciai-sintraconsulting on GitHub (Nov 7, 2019).
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