Lines 574-579
sub getRecords {
Link Here
|
574 |
{ |
574 |
{ |
575 |
|
575 |
|
576 |
# Sanitize the link value : parenthesis, question and exclamation mark will cause errors with CCL |
576 |
# Sanitize the link value : parenthesis, question and exclamation mark will cause errors with CCL |
|
|
577 |
utf8::decode($one_facet); |
577 |
my $facet_link_value = $one_facet; |
578 |
my $facet_link_value = $one_facet; |
578 |
$facet_link_value =~ s/[()!?¡¿؟]/ /g; |
579 |
$facet_link_value =~ s/[()!?¡¿؟]/ /g; |
579 |
|
580 |
|
Lines 1606-1611
sub buildQuery {
Link Here
|
1606 |
warn "LIMIT DESC:" . $limit_desc; |
1607 |
warn "LIMIT DESC:" . $limit_desc; |
1607 |
warn "---------\nLeave buildQuery\n---------"; |
1608 |
warn "---------\nLeave buildQuery\n---------"; |
1608 |
} |
1609 |
} |
|
|
1610 |
utf8::decode($query_desc); |
1609 |
return ( |
1611 |
return ( |
1610 |
undef, $query, $simple_query, $query_cgi, |
1612 |
undef, $query, $simple_query, $query_cgi, |
1611 |
$query_desc, $limit, $limit_cgi, $limit_desc, |
1613 |
$query_desc, $limit, $limit_cgi, $limit_desc, |