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 -

wpf - C# NAudio - Changing audio playback position still plays a small buffer of old position -

Log not being recorded for quickfix c++ Session -