javascript - Angular $resource: Use POST to query array of values? -


i'm building out search functionality within angular app allow user search multiple 'tags'. results of search list of customers of provided tags associated them.

the problem i'm running attempting pass array of 'tags' through get request using $resource. in case using post , passing array in request body better approach?

logically seems strict get me i'm not altering server side, array makes tricky.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

python - ValueError: could not convert string to float -

php - Laravel Get all child node count with condition -