You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SOLR query, including facets et al, should be able to load all of the individuals (called person in the SOLR database).
A quick test shows that a query such as the following might work:
(id:n0016a660 OR id:n54c59a01)^=1.0 AND class:"Person"
That query is not neccessarily good nor efficient, but it works and shows a list of possibilities.
The export end point will need to provide a list of possibly tens or hundreds of IDs and construct a query.
It would be good to have a well designed query rather than a randomly crafted one (like above).
The scope of this issue is to research to find a good query and update the new (or existing) end point that handles exporting multiple individuals.
Writing the either end point or the exporter is out of scope of this issue.
The text was updated successfully, but these errors were encountered:
The is part of issue TAMULib/scholars-angular#337 .
The SOLR query, including facets et al, should be able to load all of the individuals (called
person
in the SOLR database).A quick test shows that a query such as the following might work:
That query is not neccessarily good nor efficient, but it works and shows a list of possibilities.
The export end point will need to provide a list of possibly tens or hundreds of IDs and construct a query.
It would be good to have a well designed query rather than a randomly crafted one (like above).
The scope of this issue is to research to find a good query and update the new (or existing) end point that handles exporting multiple individuals.
Writing the either end point or the exporter is out of scope of this issue.
The text was updated successfully, but these errors were encountered: