Closed that1guy closed 9 years ago
https://production-posting-api.hashtagsell.com/v1/postings/?filters[mandatory][exact][username]=bdavis
{ "name": "PersistenceError", "message": "unable to find postings", "sourceError": { "statusCode": 400, "query": { "fields": [], "query": { "filtered": { "query": { "bool": { "must": [ { "match": { "username": "bdavis" } } ], "must_not": [ { "term": { "source": "CRAIG" } } ] } }, "filter": { "and": [] } } }, "sort": [ { "createdAt": { "order": "desc" } } ] }, "returnOptions": { "count": 100, "filters": { "mandatory": { "exact": {} } }, "sort": {}, "start": 0 } }, "statusCode": 500, "options": { "count": 100, "filters": { "mandatory": { "exact": { "username": "bdavis" } } }, "sort": {}, "start": 0 } }
Fixed in staging - will deploy to production shortly once re-indexing is complete in staging
Deploying to production - verified query is work as expected in production environment!