From b4433fc834ef565a41e8be15f9d4d7c9cd556beb Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Tue, 9 Feb 2021 16:26:44 -0500 Subject: [PATCH] link --- API/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/README.md b/API/README.md index 5702879..bddb46b 100644 --- a/API/README.md +++ b/API/README.md @@ -56,7 +56,7 @@ TODO: implement OR filtering # Examples 1. Example of a general, non-fielded query. This will search all public fields and return codes which contain the phrase "machine learning" -curl 'https://dev.ascl.net/api/search/?q="machine learning"' +[curl 'https://dev.ascl.net/api/search/?q="machine learning"'](https://dev.ascl.net/api/search/?q="machine learning") 2. Example of a query with a filter query attached. This will search for public fields with the phrase "machine learning" whose time updated is greater than X (TODO: implement time filter queries)