Zoltán Lehóczky
Zoltán Lehóczky
We should do what `ContentsMeta_SummaryAdmin` does: https://github.com/OrchardCMS/OrchardCore/blob/fe7e2a912ae841614109e5883246278d1ca0fdc2/src/OrchardCore.Modules/OrchardCore.Contents/Views/ContentsMeta_SummaryAdmin.cshtml
Don't be confused by the format string here: https://github.com/OrchardCMS/OrchardCore/blob/fe7e2a912ae841614109e5883246278d1ca0fdc2/src/OrchardCore.Modules/OrchardCore.Contents/Views/ContentsMeta_SummaryAdmin.cshtml#L5 That's not actually affecting the UI display of the `TimeSpan`. That's handled eventually here: https://github.com/OrchardCMS/OrchardCore/blob/34ae4d8a53b98520d8df6375a8a9161b45c47635/src/OrchardCore/OrchardCore.DisplayManagement/Shapes/DateTimeShapes.cs#L34 Alternatively, we could use the `DateTime`...
So, it seems this isn't an issue with Postgres, right? And in the meantime we also have Lucene/Elasticsearch full-text search for the admin too.
This actually is still an issue.
Maybe it would be a solution to make YesSql have partial support for the second parameter of `Contains` and translate it to `ILIKE` when a case insensitive option is passed?
Thank you!
Please paste the exception details not as a single line but formatted into the issue, and fence it as a code block with backticks ` because this makes it needlessly...
Thanks. No idea what may cause this, unfortunately.
Still awesome!
Maybe you're interested @sarahelsaig?