Profile list API returns status 500 if name is used as search param. As a result, this breaks the creator field we have on "add new entry" form on the front end site.
- autocomplete functionality no longer works
creators added in the form can't be linked to existing users in Pulse database
- (with the current front end implementation) input like
Creator 1, Creator 2 will be treated as 1 creator named Creator 1, Creator 2
e.g., https://api.mozillapulse.org/api/pulse/v2/profiles/?name=mozilla
Profile list API returns status 500 if
nameis used as search param. As a result, this breaks the creator field we have on "add new entry" form on the front end site.creatorsadded in the form can't be linked to existing users in Pulse databaseCreator 1, Creator 2will be treated as 1 creator namedCreator 1, Creator 2e.g., https://api.mozillapulse.org/api/pulse/v2/profiles/?name=mozilla