• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/srv/ClioPatria/components/simple_search.pl
All Application Manual Name SummaryHelp

  • ClioPatria
    • components
      • menu.pl -- ClioPatria menu-bar
      • simple_search.pl -- Simple literal search
        • simple_search_form//0
        • simple_search_form//1
        • search_filter/2
      • basics.pl -- Simple Small HTML components
      • label.pl -- Support for showing labels
      • query.pl -- Forms for entering SPARQL and SeRQL queries.
      • messages.pl -- Run goals that produce messages
      • server_statistics.pl -- Server statistics components
      • graphviz.pl -- Render RDF-graphs
 simple_search_form// is det
 simple_search_form(+Options)// is det
Provide a search form to find literals in the database. Options processed:
id(ID)
Identifier-base for the search-box. The actual box is called ID_<complete>
filter(+Filter)
Restrict results to resources that satisfy filter. Filtering is implemented by search_filter/2.
select_handler(+HandlerID)
ID of the handler called if the user selects a completion. The handler is called with q=<Selected>
submit_handler(+HandlerID)
ID of the handler called if the user submits using the button. The handler is called with q=<Typed>
label(Label)
Label of the search-button. Default is Search.
value(Value)
Initial value of the search-box
width(Width)
Width of the input box (default is 25em). Must be a CSS width.
ClioPatria (version V3.1.1-51-ga0b30a5)