mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Include ToC entries in search results for short and poetry compilations
This commit is contained in:
parent
95ee5265bc
commit
658db66c2b
3 changed files with 25 additions and 2 deletions
|
@ -121,7 +121,7 @@ try{
|
|||
}
|
||||
}
|
||||
|
||||
$queryString = preg_replace('/^&/ius', '', $queryString);
|
||||
$queryString = Formatter::ToPlainText(preg_replace('/^&/ius', '', $queryString));
|
||||
}
|
||||
catch(\Exception $ex){
|
||||
http_response_code(404);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue