Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pureawesome created an issue. See original summary.

pureawesome’s picture

generalredneck’s picture

Just keep in mind your solution is entity Property specific and doesn't affect fields that are being indexed. I've got a different solution in the works at the moment and feel that if I implement this I will have to support some backwards compatibility.

What you have here Works... and it's simple and elegant, but in the grand scheme of the architecture, I'm going to have to look at something different... Probably something closer to the lines of the patch I'm attaching.

My patch is technically less performant than yours because it goes through a bigger dataset currently. I'll be working on this feature more.

The last submitted patch, 2: views_natural_sort-type_alter-2903667-1.patch, failed testing. View results

generalredneck’s picture

Status: Needs review » Needs work
generalredneck’s picture

Views has broken tests right now causing the automated tests to not function. see #2903006: Fix tests for 7.x-3.x

  • generalredneck committed 9e3e0f4 on 7.x-2.x
    Issue #2903667 by generalredneck, pureawesome: Add alter hook to change...
generalredneck’s picture

Status: Needs work » Fixed

I implemented my previous patch. There were several improvements in there that helped build upon other work. Let me know if you have any issues.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

generalredneck’s picture

Version: 7.x-2.5 » 8.x-2.x-dev
Status: Closed (fixed) » Active
Issue tags: +needs port to Drupal 8

Reopening as this needs a port to D8.

generalredneck’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.