Discussions

Ask a Question
Back to All

Anyone using the Search API?

Hi, We're using api/v1/docs/search to return docs on a custom page outside of readme (wordpress). We're using 3 readme.io projects, making 3 API calls to return results.

The query matching seems to be partial string matches and returns results, can we pass any options to do a full match? For example, if a user searches for 'ab testing', it will return non-ranked results with "About" in the title - picking up the 'ab' out of about?

Anyone have luck with this?