Im using bleve to search for paths, and one of our paths is "/". From what I can tell the escaper will always make / into "/" and the field filter only checks strings.HasPrefix(/) && strings.HasSuffix(/). Without validating length, making this impossible to filter for natively.
Im using bleve to search for paths, and one of our paths is "/". From what I can tell the escaper will always make / into "/" and the field filter only checks strings.HasPrefix(/) && strings.HasSuffix(/). Without validating length, making this impossible to filter for natively.