You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search parser right now works great as long as what you're looking for isn't inside a codeblock. This is specially notorious when searching info that lives in the Configuration page.
If it doesn't make sense to add semantic search to code-blocks, then using full-text matching/search might still be useful
Quick repro example:
look for default_segment_number in the search bar, nothing useful will appear
The text was updated successfully, but these errors were encountered:
Search parser right now works great as long as what you're looking for isn't inside a codeblock. This is specially notorious when searching info that lives in the Configuration page.
If it doesn't make sense to add semantic search to code-blocks, then using full-text matching/search might still be useful
Quick repro example:
default_segment_number
in the search bar, nothing useful will appearThe text was updated successfully, but these errors were encountered: