# HG changeset patch # User Sebastien Jodogne # Date 1524595226 -7200 # Node ID fded2e8d1d49e5a0a2b945355aa18c4d8d202198 # Parent f3127d33cf5e4a23f81676393364eb0e57f5ef09 fix diff -r f3127d33cf5e -r fded2e8d1d49 Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Tue Apr 24 20:37:09 2018 +0200 +++ b/Sphinx/source/users/rest.rst Tue Apr 24 20:40:26 2018 +0200 @@ -464,12 +464,12 @@ search. For example if you were searching for a name beginning with `Jones` you can do:: - "PatientName":"Jones*". + "PatientName":"Jones*" If you wanted to search for a name with the words `Jo` anywhere within it you can do:: - "PatientName":"*Jo*". + "PatientName":"*Jo*" To perform date searches you can specify within StudyDate a starting date and/or a before date. For example ``"StudyDate":"20180323-"``