fork of indigo with slightly nicer lexgen

Update parse_query.go

authored by kilavvy and committed by GitHub 94d668de 336ebe49

Changed files
+1 -1
search
+1 -1
search/parse_query.go
··· 62 63 switch tokParts[0] { 64 case "did": 65 - // Used as a hack for `from:me` when suppplied by the client 66 did, err := syntax.ParseDID(p) 67 if err != nil { 68 continue
··· 62 63 switch tokParts[0] { 64 case "did": 65 + // Used as a hack for `from:me` when supplied by the client 66 did, err := syntax.ParseDID(p) 67 if err != nil { 68 continue