You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when I query for an entry and one of the potential entries has a folder, another has none, then the entries with folder are hidden.
For example create two entries for https://github.com, one with and one without folder and then query: rbw get --full --raw https://github.com. This gives the non-folder one and not both.
Feel free to add it to the codebase. The rationale is that there is no reason to assume that we have no match when an entry has a folder set but we did not even query for folders. This might break folders queries though, not sure about the interplay there.
The text was updated successfully, but these errors were encountered:
I found that when I query for an entry and one of the potential entries has a folder, another has none, then the entries with folder are hidden.
For example create two entries for
https://github.com
, one with and one without folder and then query:rbw get --full --raw https://github.com
. This gives the non-folder one and not both.I use this easy fix:
Feel free to add it to the codebase. The rationale is that there is no reason to assume that we have no match when an entry has a folder set but we did not even query for folders. This might break folders queries though, not sure about the interplay there.
The text was updated successfully, but these errors were encountered: