Projekt

Allgemein

Profil

GX-Bug #68829

Von Marvin Muxfeld vor mehr als 2 Jahren aktualisiert

All Controllers that offer a searchable result and use the parent method HttpApiV2Controller::_searchResponse read the GET parameter "q" and not "search" (documentation only provides information for "search").  

 All functions calls (8) should supply result with both parameters. 

 How to test:  
 1. Visit https://developers.gambio.de/docs/4.4.0.2/rest/gambio-gx3-api/reference/ 
 2. Click "OpenAPI specification" > "Download" and store the swagger.json 
 3. Launch Postman and import the downloaded swagger.json 
 4. Edit "Authorization" and "Variables" of the newly created collection 
 5. Check if all GET multiple endpoints provide a result for the GET parameter "search" (pre filled in postman) and provide the same result when the parameter is renamed to "q"

Zurück