User search links in discourse-algolia plugin

I’ve published this PR to the discourse/discourse-algolia to fix user search results linking to /u/$USERNAME instead of going to /users/$USERNAME which goes to an “Oops! That page doesn’t exist or is private” page. Can someone please review it and merge it if the fix looks right?

https://github.com/discourse/discourse-algolia/pull/18

2 Likes

Good fix!

Regarding

I see both /u/ and /users/ working intermittently though, so I’m not sure if there’s an underlying issue here.

It’s because the deprecated /users/ route was removed from the front-end router but not from the backend one, meaning it will only fail on ember routing.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.