79079666

Date: 2024-10-11 20:43:35
Score: 1
Natty:
Report link

As usual, after posting my question I had a breaktrhough. My corrected code is:

await client.getEntries({
        content_type: 'reportingMarks',
        'fields.mark[match]': search,
        order: ['sys.contentType.sys.id', 'fields.mark'],
        skip: skip,
        limit: limit

This works and passes for the build.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: GrandSlambert