From 99c031ca8ed89c03fefbb9cd656b93617d501fb9 Mon Sep 17 00:00:00 2001 From: eyeinsky Date: Sun, 10 Jan 2021 00:17:10 +0200 Subject: [PATCH] Add links to query syntax documentation (#211) (#224) --- actions/graphical.md | 2 +- actions/notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/graphical.md b/actions/graphical.md index 51db99e..1a6c0b1 100644 --- a/actions/graphical.md +++ b/actions/graphical.md @@ -3,7 +3,7 @@ * **guiBrowse** Invokes the *Card Browser* dialog and searches for a given query. Returns an array of identifiers of the cards that - were found. + were found. Query syntax is [documented here](https://docs.ankiweb.net/#/searching). *Sample request*: ```json diff --git a/actions/notes.md b/actions/notes.md index 05510f3..593b5b7 100644 --- a/actions/notes.md +++ b/actions/notes.md @@ -355,7 +355,7 @@ * **findNotes** - Returns an array of note IDs for a given query. Same query syntax as `guiBrowse`. + Returns an array of note IDs for a given query. Query syntax is [documented here](https://docs.ankiweb.net/#/searching). *Sample request*: ```json