Bug when searching for known topic titles

We have a category (public): Non-Public API Deprecations - SailPoint Developer Community Forum

In this category, we have a topic:

with the title of GET /api/source/discoverSchema (exact text, verbatim).

Search will not find the topic (and many others like it) if you do the following:

  • Navigate to the category view: Non-Public API Deprecations - SailPoint Developer Community Forum
  • Click on the search box
  • Click the option below the search box to narrow your search to “in #Non-Public API Deprecations”
  • Search for api/source/discoverSchema
  • “No results found.”
  • Now, if you add a leading slash to that search, so /api/source/discoverSchema search will find something

This is a tough one, its to do with how PG is parsing strings and is not title specific…

It sees the string and treats it as a URL path … so the only entry in search is /example/1235

Only simple workaround I can think of is stuffing a few more words for search into the body of the post.

Changing it so we manually split everything up has other downsides.

For example if I add example/1235 into the post body … it will will now be something you can find.