Search Find searches for users or topics given a list of tags. - caller is the user or topic who is doing the searching, it will be skipped from results. - prefix if present will cause match rank highest in the results. - req is a list of required tag sets. Each set is a list of tags. The search wil
(caller, prefix string, req [][]string, opt []string, activeOnly bool)
| 152 | // - opt is a list of optional tags; if present the result will rank higher. |
| 153 | // - activeOnly if true will return only active subscriptions. |
| 154 | Find(caller, prefix string, req [][]string, opt []string, activeOnly bool) ([]t.Subscription, error) |
| 155 | // FindOne returns topic or user which matches the given tag. |
| 156 | FindOne(tag string) (string, error) |
| 157 |
no outgoing calls