Search API limitations

Using the search API, a search for ‘title:S*’ will yield all notes with titles starting with ‘S’. However, a search for ‘*’ yields an empty result. I would have expected (read: okay, it’s in the docs, nevertheless it would be nice) if this would return all notes.

Using the search API, a search for folders with ‘title:S*’ will yield an empty result. I would have expected (read: okay, it’s in the docs, nevertheless it would be nice) if for folders this would behave like ‘S*’.

Also, since note bodies are no longer retrieved by default (due to size), would it be possible to add a properties body_size and html_body_size that are retrieved by default?