Skip to content

WIP: Case-Insensitive Name Sorting

Jared Deckard requested to merge deckar01/gitlab-ce:27769-sortable-case into master

What does this MR do?

Ignores the case of letters when comparing names during sorting operations.

Are there points in the code the reviewer needs to double check?

  • Can you test the performance impact of LOWER on these queries?

Why was this MR needed?

  1. Sorting does not ignore case of project name (that's irritating)

@ujr #27769 (closed)

2 . - This seems like a bug!

@markglenfletcher https://gitlab.com/gitlab-org/gitlab-ce/issues/27769#note_22917862

Screenshots (if relevant)

Screen_Shot_2017-02-27_at_1.40.49_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #27769 (closed) (the other 2 points are duplicates)

Merge request reports