Skip to main content
Topic: Bug in search results page (Read 367 times) previous topic - next topic

Bug in search results page

Hello all,
when I search for a term in a list view, something strange happens:
Before searching my URL is:
Code: [Select]
https://www.mysite.it/admin/registrations/
but after searching for something:
Code: [Select]
https://www.mysite.it/admin/registrations?search=something
Please note the missing SLASH.

Since in the list view there are image fields that point to a relative folder, image are missing until you change the URL to look like this:
Code: [Select]
https://www.mysite.it/admin/registrations/?search=something
(added the SLASH after "registration").
Once you add the SLASH images reappear.
Is there a way to fix this? Which file should I look at?
TIA
tony