airtable-php icon indicating copy to clipboard operation
airtable-php copied to clipboard

Sort an expended response

Open mlordi opened this issue 6 years ago • 3 comments

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 avatar Aug 07 '18 14:08 mlordi

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

mlordi avatar Aug 07 '18 18:08 mlordi

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.

glaliberte avatar Aug 07 '18 18:08 glaliberte

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?

cupcakedream avatar Feb 08 '19 02:02 cupcakedream