Learn how to search SurfStack using powerful tag queries
You can use AND, and, Or, OR, Not, NOT - they all work the same!
            #elixir AND #phoenix OR #erlang
          
          
            Try it →
          
          Note: Tag names themselves ARE case-sensitive (#Elixir ≠ #elixir)
Group expressions to control evaluation order:
              (#elixir or #erlang) and #web
            
            
              Try it →
            
          Mix AND, OR, and NOT for precise searches:
              #backend (#elixir or #go) not #legacy
            
            
              Try it →
            
          Use NOT with parentheses to exclude several tags:
              #documentation not (#tutorial or #beginner)
            
            
              Try it →
            
          #
              and are case-sensitive
            "quotes"
              for full-text search in titles/descriptions
            ( )
              to group complex queries