Switch to unified view
a/src/query/wasastringtoquery.cpp | b/src/query/wasastringtoquery.cpp | ||
---|---|---|---|
... |
... |
||
137 | "(" //3 |
137 | "(" //3 |
138 | "([+-])?" //4 Force or exclude indicator |
138 | "([+-])?" //4 Force or exclude indicator |
139 | "(" //5 |
139 | "(" //5 |
140 | "([[:alpha:]][[:alnum:]:]*)" //6 Field spec: ie: "dc:title:letitre" |
140 | "([[:alpha:]][[:alnum:]:]*)" //6 Field spec: ie: "dc:title:letitre" |
141 | "[[:space:]]*" |
141 | "[[:space:]]*" |
142 | "(:)" //7 Relation |
142 | "(:|=|>|<)" //7 Relation
|
143 | "[[:space:]]*)?" |
143 | "[[:space:]]*)?" |
144 | "(" //8 |
144 | "(" //8 |
145 | "(\"" //9 |
145 | "(\"" //9 |
146 | "([^\"]+)" //10 "A quoted term" |
146 | "([^\"]+)" //10 "A quoted term" |
147 | "\")" |
147 | "\")" |