They are no longer used for "match" and "elim".
(* First of all we load the configuration *)
let _ =
- let configuration_file = "searchEngine.conf.xml" in
+ let configuration_file = "/projects/helm/etc/searchEngine.conf.xml" in
Helm_registry.load_from configuration_file
;;
if
(try ignore (req#param "constraints"); false
with Http_types.Param_not_found _ -> true) &&
- (req#param "advanced" = "no")
+ (req#param "advanced" = "no") && (req#path = "/hint")
then
let dbd =
match mqi_handle.MQIConn.pgc with