Skip to content

Add Query Return Parameters to the Specification #13

@dshanske

Description

@dshanske

This proposal is to specifically amend the specification to include the following extensions related to any query made to the Micropub endpoint. Being as these touch multiple extensions, standardizing these would be preferable within the spec.

  1. Filter returned list of items with limit parameter micropub-extensions#35 - A limit parameter added to any query would limit the number of responses.
  2. Support Offset parameter for any query that returns a list of items micropub-extensions#36 - An offset parameter paired with the limit parameter would offset the return by the numerical value the offset is set to
  3. Pagination in Queries micropub-extensions#48 - Adopt the pagination system used in the Microsub spec - https://indieweb.org/Microsub-spec#Paging
  4. Filter Query Parameter to Filter Any Query micropub-extensions#34 - Filter parameter to assist in autocomplete matching using a string.

This would create a universal way to interact with any query, whether built into the spec or not. While many queries do not belong in the spec, but as extensions, I think these concepts would be better served by amending the specification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions