I am new to the topic of using blockstack in distributed applications.
Therefore, I have a question where I have difficulties imagen it:
Assume we have a peer network with a lot of user profiles. As I understood, the data of the user profiles are only accessible when they are logged in and have an opening session. Reads and writes from the application side have to be permissioned. I wonder, how to do a global search over the user profiles in this kind of data storage (like traditional databases, where I can query the data of all users for certain conditions). For instance, one user using the application would like to check e.g. which user profiles using the application are matching certain conditions to contact them. Is that possible? Also in the case, where some users are offline? Are there any examples or documentation for that?