Join Nostr
2023-09-04 10:03:48 UTC
in reply to

pedja on Nostr: our search engine supports disjunction (OR) operator in query string. you can use ...

our search engine supports disjunction (OR) operator in query string. you can use something like this to search for multiple terms or tags:

#scala OR #math

OR has to be upper-case. here is the link to search example:

https://primal.net/search/%23scala%20OR%20%23math