fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
459 stars 10 forks source link

[Bug] Case insensitive search by Diff Content #2088

Open decadence opened 9 months ago

decadence commented 9 months ago

Today I noticed that search by Diff Content doesn't work case insensitive. For example I have commit where I deleted this lines:

public function getSumFormattedAttribute() {

}

String sumFormatted doesn't work, SumFormatted works.

Is it possible to search case insensitive? Anyway thanks for the great Git client👍 Didn't find any similar issues.

Diff

2023-11-27_10-19-12

Doesn't work

2023-11-27_10-19-17

Works

2023-11-27_10-19-49