Mercurial > hg > dml-home
view var/dml/config-enabled/isearch.pl @ 53:c7720fefea26
Added helpers and info about building SWI Prolog
author | daniel |
---|---|
date | Thu, 14 May 2015 15:35:04 +0100 |
parents | dd7f423292ee |
children |
line wrap: on
line source
:- module(conf_isearch, []). :- use_module(library(http/http_dispatch)). :- use_module(isearch(applications/isearch)). /** <module> Interactive search Provide interactive search based on property-chains and multi-facetted browsing. @author Michiel Hildebrand */ % Hijack the search-field, redirecting the queries to the interactive % search page. % SA- disabled % :- http_handler(cliopatria(isearch_literal), % isearch_page([ header(false), % query_type(literal) % ]), % [id(list_triples_with_literal), priority(10)]). % :- http_handler(cliopatria(isearch), % isearch_page([ header(false) % ]), % [id(search), priority(10)]).