Skip to content

Commit

Permalink
update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Aug 7, 2024
1 parent 4d8512c commit b415cb1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
- [DELETE](#delete)
- [DELETE_RAW](#delete_raw)
- [FLUSH](#flush)
- [Other](#other)
- [Data store](#data-store)
- [INDEX](#index)
- [UI (beta)](#ui-beta)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -203,7 +204,7 @@ Example (get all fruits beginning with 'a', 'b' or 'c'):
```


## Create a tokenization pipeline when querying
### Create a tokenization pipeline when querying

Use the [`PIPELINE`](#pipeline) option when using [`QUERY`](#query)

Expand Down Expand Up @@ -834,6 +835,13 @@ await FLUSH()
```
# Data store
## INDEX
`INDEX` points to the underlying instance of [`fergies-inverted-index`](https://github.com/fergiemcdowall/fergies-inverted-index).
# UI (beta)
The UI class can be used to quickly create interfaces for search
Expand Down Expand Up @@ -887,11 +895,3 @@ new UI({


```
# Other
## INDEX
`INDEX` points to the underlying instance of [`fergies-inverted-index`](https://github.com/fergiemcdowall/fergies-inverted-index).

0 comments on commit b415cb1

Please sign in to comment.