All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.search.vsl Maven / Gradle / Ivy

Go to download

The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.

The newest version!

#set( $title = "Search" )

#parse("views/common.vsl")


    $title
    
    #parse("views/common-head.vsl")




#parse("views/common-header.vsl") #parse("views/search-header.vsl")

Enter a search to perform. Where field can be one of:

  • fedora_id: The ID or URI of the resource.
  • modified: The last modified date/time.
  • created: The created date/time.
  • rdf_type: The rdf:type of the resource.
  • content_size: The size of the binary or RDF.
  • mime_type: The mime-type of the binary object.

operator can be one of <=, < =, >, >=

Query term is the value to compare with.

Search results

#if( $searchResults.getItems().size() == 0 )

Your search returned no results.

#else #parse("views/common-search-result.vsl") #end
#parse("views/common-footer.vsl")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy