pinboard-api
pinboard-api copied to clipboard
search_by_tag - w/o case sensitive
In the browser ... when I lookup t:Opinion ... i can see content with tag:opinion as well as tag:Opinion
in the api ... it is matching exact case - is it an issue in the posts_all in the core?
pls advise
The API client doesn't do any filtering with respect to case sensitivity of tags. It just normalizes spaces and sends all the tags to the server.
Is it then an issue in the pinboard-api ... where the api and browser work differently? Please check with Maciej...