NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

Send 'collectionQuery' as POST for portal graphic creation #263

Open gothub opened 4 years ago

gothub commented 4 years ago

The Scorer mechanism sends a portal's collectionQuery to CN Solr to determine the list of pids that are referenced by a portals search filters. Currently this is sent as a GET, but if the collectionQuery is very long it should be sent as a POST, as there is a limit on the character size of GET requests.