DoSomething / gladiator

:guardsman: The DoSomething.org competitions platform.
2 stars 0 forks source link

Search bug #395

Closed sbsmith86 closed 7 years ago

sbsmith86 commented 7 years ago

What's this PR do?

Search functionality was breaking because we were still trying to use the custom Northstar service we built for this app instead of the shared Northstar service in Gateway.

Since this is actually user functionality, I moved the search() method that makes the Northstar call into the Registrar service, which is properly using Gateway Northstar and changed the call to this method to use the new Registrar method.

How should this be manually tested?

Go to the users page and try to search for someone. If found, you should be taken to that user's individual page instead of an error being thrown.

What are the relevant tickets?

Fixes #393