isearch.pl
- isearch_page(+Options, +Request)
- HTTP handler for the interactive search application. Options:
- target_class(+URL)
- Class that defines targets.
- query_type(+Type)
- One of
literal
or a type for rdf_find_literals/2.
Default is case
.
- header(+Boolean)
- If
false
, omit the header that provides the search-field.
- http:convert_parameter(+Type, +Text, -Value) is semidet[multifile]
- Convert for Type =
json
using json_to_prolog/2.
- isearch_field(+Query, +Class)//
- Component that provides the initial search field for the
interactive search application.