http://localhost:8080/repository/search/do?<arguments>The entry types, metadata types and output types that are available at a given RAMADDA are listed at /search/info, e.g.:
http://localhost:8080/repository/search/infoThe search arguments include: The default is to show the above results in a web page. Like any time dealing with entries in RAMADDA you can specify another output type with:
output=<some output>Common outputs include:
output=atom output=rss.full output=thredds.catalog output=zip.tree output=default.csvTo search on entry name or description:
text=<text in name or description> http://localhost:8080/repository/search/do?text=testYou can search on entries of specific types with:
type=<entry type> http://localhost:8080/repository/search/do?type=group
datadate.from=<lower date range> datadate.to=<upper date range>Where the lower date of the entry date range needs to be >= the datadate.from and the upper date of the entry date range is <= the datedate.to The date when the entry was created and/or modified can be searched with:
createdate.from=<lower date range> createdate.to=<upper date range> changedate.from=<lower date range> changedate.to=<upper date range>The type of search can be specified with:
datadate.mode=containedby|overlaps|contains
area_north=<decimal degrees> area_west=<decimal degrees> area_east=<decimal degrees> area_south=<decimal degrees> areamode=overlaps|contains
filesuffix=pdf
metadata.attr1.<type>