- Issue created by @neclimdul
- πΊπΈUnited States neclimdul Houston, TX
Pushed a simple implementation. Testing still needed but its "reviewable"
- π¨πSwitzerland berdir Switzerland
search api also supports computed properties through plugins, I'm not convinced that this is worth doing.
- πΊπΈUnited States neclimdul Houston, TX
Skimming the failures I see some interesting things including a lot of tests asserting relative url's in places I would have expected the API to want an absolute URL so my gut tells me this is maybe kinda needed by other places in core.
And while search_api could fix it, I feel like this is a common problem I run into so I'd like to push the fix to the source rather then having a ton of hacks.
But also that's just a ton of systems affected by failures and its going to take a long time to audit and review just the test changes that would be involved let alone documenting how this would help site developers and contrib.
So rather then just leaving this to clog up the queue I'm going to go ahead and close it as suggested and I'll revist it as I have time to review all that code and document why this is needed better.