sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Make Handlebars helper "Contains" case insensitive? #180

Open Timo-Breumelhof opened 2 years ago

Timo-Breumelhof commented 2 years ago

I just had issues using this:

{{#contains @root.Context.MainUrl "english"}}

The client "corrected" the page name to "English" and the template stopped working.

Should we use a case insensitive comparison?