allanwalpy / 01-19-vacancy-task-1

some simple task implementation, nothing to see
MIT License
0 stars 0 forks source link

add /search api #16

Closed allanwalpy closed 5 years ago

allanwalpy commented 5 years ago

add POST /api/search

in body information about "search filters"; if no filters provided - return list of all stored vacancies; update: at least one filter must be specified;

search filters:

Filters are subject to change;

all output vacancies are sorted by LastUpdated field, descending order (more recent first);