0x0ece / yopa-native

0 stars 2 forks source link

Search #22

Closed 0x0ece closed 6 years ago

0x0ece commented 7 years ago

Scroll down could open a search input (there's one already available in react-native-elements).

Typing in the search, should filter the SecretList.

While filtering the SecretList, I would ignore groups, meaning that if I'm in the home screen, search returns all matching secrets in all groups, and not just the one in the group default.

Search should filter based on the host, username, and also description (for example, if I type "gmail" I want to see google.com) -- see data in mymempa.txt.

jacksilv commented 6 years ago

Mine