commit 0a6ac0aa36e825a80032339bc835c1acda1f29d5 parent 0c443f902915597206a4cb2bd48ee7bd298a5aa9 Author: William Casarin <jb55@jb55.com> Date: Fri, 1 Dec 2023 11:08:35 -0800 readme: show search query output Diffstat:
M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -60,4 +60,8 @@ nostrdb supports fulltext queries. You can import some test events like so: ``` $ ndb --skip-verification import testdata/many-events.json $ ndb search 'nosy ostrich' + +[01] K<'ostrich' 7 1671217526 note_id:253309> +Q: What do you call a nosy ostrich? +A: A nosTrich! ```