Is it possible to implement the equivalent of # tags and @ references similar to LinkedIn, Facebook (and I think other social networking sites)?
Apparently tags that have ever been used in the app are stored in a fast-searchable data store of some type. And starting to type # followed by anything brings up a pick list from which to choose an existing tag. Then, the tag is encoded so it can be clicked to access other posts referring to it.
Similarly, an @ referenced to a person is encoded such that it can be clicked, maybe even floated over, to view or open information about the person referenced.
Can these kinds of things be done in Bubble? If so, what resources should I study to learn how to implement them?