HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PathAssistFilterByParts is Case Sensitive

Tich1212 opened this issue · comments

https://github.com/HydrologicEngineeringCenter/hec-dss/blob/master/dotnet/Hec.Dss/PathAssist.cs#L49

Can we add the Regex Ignore Case option here. I'm finding that we are not returning records if the target path case does not match the case from the catalog.

Resolved with Regex IgnoreCase option