node-restful icon indicating copy to clipboard operation
node-restful copied to clipboard

HomePage - Filtering Results needs to add chaining to table

Open jump3r34 opened this issue 9 years ago • 1 comments

I know this should be known by programmers, and me coming from C#(using LINQ) to JS using Regex, I think it will really help new-comers to see filter chaining in the table. A lot of people are just using REST-APIs inside their own app for the first time with angular(just nature of the beast) and node-restful has quite a following.

'api/companies?name__regex=/^' + query + '/i' + queryChain1 + queryChain2;

etc.

jump3r34 avatar May 04 '16 23:05 jump3r34

I'm not sure I understand what you mean. Are you saying that node-restful should include documentation on how to construct querystrings?

baugarten avatar May 05 '16 23:05 baugarten