Page 1 of 1

Lise list only showing selected item

Posted: Wed Mar 16, 2022 2:34 pm
by musicscore
Hey there,
I create a LISE module called products.
One if the custom fields is "Location".
The Location can contain 3 value's : Londen / Amsterdam / Brussels

In the front-end I want LISE to show a list showing all production with Location "Amsterdam"

I tryed : {LISEProducts search_location='Amsterdam''}

But there is no output.

I also tryed : {LISEProducts search='Amsterdam''}

Also no output.

What do I do wrong here.

Please advise.

(PS. Search the forum but found no solution yet)

Re: Lise list only showing selected item

Posted: Wed Mar 16, 2022 4:38 pm
by DIGI3
You mentioned that the custom field is called 'Location' but you're searching 'location' - case matters.

Re: Lise list only showing selected item

Posted: Wed Mar 16, 2022 5:24 pm
by paulbaker
Also you have 2 quote marks at the end of both your examples, that is probably not helping.
dam''}

[Solved] Re: Lise list only showing selected item

Posted: Thu Mar 17, 2022 9:52 am
by musicscore
Problem solved. Indeed it was the stupid typo
dam''}
sorry for asking such a stupid question.

Thanks for your help.