Skip to content

Commit 47c65b2

Browse files
committed
aql syntax hl
1 parent 800cb9b commit 47c65b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For example, passing a search phrase like: `some +words -not +"phrase search"
1616
-"not these" ?"could have"` to `buildAQL`'s query object as the `term` key,
1717
will produce a query like the following:
1818

19-
```asx
19+
```c
2020
FOR doc IN view
2121

2222
SEARCH
@@ -48,6 +48,7 @@ SEARCH
4848
LIMIT "phrase search"0, "phrase search"1
4949
RETURN doc`
5050
```
51+
n.b. the above code block is sytled with c but is .aql compatible.
5152
5253
This query will retrieve all documents that __include__ the term "mandatory"
5354
AND __do not include__ the term "exclude", AND whose ranking will be boosted by the

0 commit comments

Comments
 (0)