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
Closely related to #84 and should utilize the same search functionality.
Placeholder text in the search bar should be "Search Lists".
A user should be able to type any string and see lists sorted by whether
Title contains the string
Description contains the string
OR if string ends in ".eth" it searches for a list creator who's ENS matches the entered string. This probably means we should save the list creators ENS to the database instead of just their address.
Lists that don't contain the string should not show at all.
The text was updated successfully, but these errors were encountered:
Closely related to #84 and should utilize the same search functionality.
Placeholder text in the search bar should be "Search Lists".
A user should be able to type any string and see lists sorted by whether
OR if string ends in ".eth" it searches for a list creator who's ENS matches the entered string. This probably means we should save the list creators ENS to the database instead of just their address.
Lists that don't contain the string should not show at all.
The text was updated successfully, but these errors were encountered: