We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9c63e commit c2c31bbCopy full SHA for c2c31bb
brainimagelibrary/metadata.py
@@ -40,7 +40,7 @@ def retrieve(dataset_id, params=None, headers=None):
40
41
42
def query(query_string, params=None, headers=None):
43
- api_url = f"https://api.brainimagelibrary.org/query/metadatadivision?metadataelement={query_string}"
+ api_url = f"https://api.brainimagelibrary.org/query/fulltext?text={query_string}"
44
45
try:
46
response = requests.get(api_url, params=params, headers=headers)
0 commit comments