issues
search
Job-Circle
/
jcbackend
0
stars
1
forks
source link
Create JobPost Controller, and Routes
#12
Open
Job-Circle
opened
5 months ago
Job-Circle
commented
5 months ago
APIs
createPost
getList
: sorted descending chronologically
search
: passing list of
JobCategory
IDs (optional) and freetext (optional, use
JobPost.srchTxt
), with option to AND/OR the criteria, with at least one of them is provided, any match of criteria is added to the result set.
Job-Circle/jcproduct#8
Job-Circle/jcproduct#7
Job-Circle/jcfrontend#6.
References
Prerequisites: #9
APIs
createPost
getList
: sorted descending chronologicallysearch
: passing list ofJobCategory
IDs (optional) and freetext (optional, useJobPost.srchTxt
), with option to AND/OR the criteria, with at least one of them is provided, any match of criteria is added to the result set.References