ESPRI-Mod / synda

ESGF Downloader (this is a deprecated repository, the tool has now moved to https://github.com/ESGF/esgf-download)
https://espri-mod.github.io/synda/
21 stars 11 forks source link

Wildcard in filename for index search #116

Closed painter1 closed 5 years ago

painter1 commented 5 years ago

Sometimes the SOLR index has changed filenames (e.g., a suffix "_3" might be added to ensure uniqueness). Then a file can be found only if you use wildcards. That in turn requires a text search. The changes in this branch make that happen when the first attempt to get a file has failed, and thereafter the index node could not provide information on the file. There also are some minor changes in sdnexturl.py, mostly for appearance but one bypasses another rare problem with using the SOLR index.

AtefBN commented 5 years ago

Will also be part of the next build of conda synda package. Thanks again Jeff!