We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content search method, that can tell, where we can find text pattern with context.
The text was updated successfully, but these errors were encountered:
Contract raml:
api/content/search: get: query: - pattern: string # pattern to search - search-limit: type: int default: 5 - guide-suggestions-limit: type: int default: 5 responses: 200: #ContentSearchResponse schemas: ContentSearchResponse: object GuideSuggestions: array Item: #GuideSuggestion GuideSuggestion: object Properties: #properties guide field SectionSuggestions: array Item: #SectionSuggestion SectionSuggestion: object SectionName: string Suggestions: array Item: object text: object left: string target: string right: string link: string #Relative url to the text urban-elements/glossary#:~:text=Скамья
Sorry, something went wrong.
No branches or pull requests
Add content search method, that can tell, where we can find text pattern with context.
The text was updated successfully, but these errors were encountered: