Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort an expended response #21

Open
mlordi opened this issue Aug 7, 2018 · 3 comments
Open

Sort an expended response #21

mlordi opened this issue Aug 7, 2018 · 3 comments

Comments

@mlordi
Copy link

mlordi commented Aug 7, 2018

When I am doing an expended request where can I pass in my sort parameter?

$params = array(
		'sort'=> array(
			array( 'field' => 'Job_Name', 'direction' => 'asc')
		)
	);
$expended = $airtable->getContent( "Customers/recpJGOaJYB4G36PU", $params, false, [
    'Customer Details'
] );
@mlordi
Copy link
Author

mlordi commented Aug 7, 2018

Can I pay you to help me with a few items?

@glaliberte
Copy link
Collaborator

This feature has not yet been implemented in our wrapper.

We will take a look at this: it could be a nice feature to have.

@cupcakedream
Copy link

So currently you can only do eager loading with a specific record, correct? I would definitely give a big plus for adding support for filters/parameters, that would be awesome.

Is eager loading making multiple calls or is a single call to Airtable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants