view var/dml/config-enabled/isearch.pl.disabled @ 6:b39b8b8f7e83

Added cliopatria config directory.
author samer
date Sun, 18 Jan 2015 21:05:38 +0000
parents
children
line wrap: on
line source
:- module(conf_isearch, []).
:- use_module(library(http/http_dispatch)).
:- use_module(isearch(applications/isearch)).
:- use_module(cliopatria(hooks)).

/** <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)]).