awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Rendering search results #847

Open markusmo opened 3 years ago

markusmo commented 3 years ago

Hi I wierdly encountered a strange problem. I upgraded to latest version of dango-shop and encountered the following: When using the fulltext search it does not render anything on my site anymore. There is no error and it shows that it found entries properly, but it does not list any of them:

Bildschirmfoto 2021-02-03 um 22 16 32

I am using:

django-shop==1.2.4
django-angular==2.3
djangocms-bootstrap==1.1.2
djangocms-cascade==1.3.7
django-elasticsearch-dsl==7.1.4
elasticsearch==7.10.1
elasticsearch-dsl==7.3.0
markusmo commented 3 years ago

I found my Issue with this. Somehow there is a problem with these lines https://github.com/awesto/django-shop/blob/13d9a77aff7eede74a5f363c1d540e005d88dbcd/shop/templates/shop/search/results.html#L15-L23

I do not yet understand it, but when I will I will push a PR