Daniel-KM / Omeka-S-module-AdvancedSearch

Module for Omeka S that improves search with new fields, auto-suggest, filters, facets, specific pages, etc.
Other
3 stars 2 forks source link

Internal server (error 500) when performing a search in fields #1

Closed lguariento closed 2 years ago

lguariento commented 2 years ago

Hello,

I'm on Omeka S 3.1.1. When I search on a field in the 'filters' I get a blank page and, in the console, an internal server error 500. This is the address I have in the address bar:

mysite/find?q=&dcterms%3Atitle=&dcterms%3Acreator=&dcterms%3Asubject=scottish&filter%5B0%5D%5Bjoin%5D=and&filter%5B0%5D%5Bfield%5D=title&filter%5B0%5D%5Btype%5D=in&filter%5B0%5D%5Bvalue%5D=&filter%5B1%5D%5Bjoin%5D=and&filter%5B1%5D%5Bfield%5D=title&filter%5B1%5D%5Btype%5D=in&filter%5B1%5D%5Bvalue%5D=&filter%5B2%5D%5Bjoin%5D=and&filter%5B2%5D%5Bfield%5D=title&filter%5B2%5D%5Btype%5D=in&filter%5B2%5D%5Bvalue%5D=&filter%5B3%5D%5Bjoin%5D=and&filter%5B3%5D%5Bfield%5D=title&filter%5B3%5D%5Btype%5D=in&filter%5B3%5D%5Bvalue%5D=&filter%5B4%5D%5Bjoin%5D=and&filter%5B4%5D%5Bfield%5D=title&filter%5B4%5D%5Btype%5D=in&filter%5B4%5D%5Bvalue%5D=&dcterms%3Adate%5Bfrom%5D=&dcterms%3Adate%5Bto%5D=&submit=

Why is that? The first 'search' field, the one with the autocomplete, brings up the correct results. I'm using the 'internal' configuration, on a MySQL database.

Thank you.

lguariento commented 2 years ago

I get the same blank page when, after getting the results searching by something using the autocompleted field, I click on one of the facets. The address I get to is something like /find?q=Femme&submit=&facet[dcterms:subject][0]=Scottish fiction, and a white page.

lguariento commented 2 years ago

Update: I have enabled the logs in my .htaccess and now I'm getting an error size error, so it might be a limitation of my server.