indieweb / micropub-extensions

Issue tracking for Micropub extensions
https://indieweb.org/Micropub-extensions
11 stars 1 forks source link

Filter Query Parameter to Filter Any Query #34

Open dshanske opened 4 years ago

dshanske commented 4 years ago

Any query that returns a full list should allow the filtering of that list by the string property in filter parameter for the purpose of autocomplete.

jamietanna commented 4 years ago

As per discussion at https://indieweb.org/2020/Pop-ups/Micropub this should be for any case where a server returns a list, it should be possible to filter it using the filter parameter in the querystring.

This is currently used in several client implementations, but only for certain queries.

dshanske commented 4 years ago

Micropub for WordPress now supports filter.

paulrobertlloyd commented 1 year ago

This query parameter is supported by Indiekit.

jalcine commented 1 year ago

Could this field be provided multiple times? I don't see that being a thing since it can be effectively free-form text. In comparsion to something like post-type which could be provided multiple times.

(Originally published at: https://jacky.wtf/2022/12/mBPL)