Skip to content
New issue

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

[Docs] add multiSearchXYZ functions #62075

Merged
merged 9 commits into from
Apr 9, 2024

Conversation

Blargian
Copy link
Contributor

@Blargian Blargian commented Mar 28, 2024

Closes #1985 as part of the project to document missing or incomplete functions (1833), and standardize the formatting of functions. This PR makes changes to the multiSearchXYZ functions to align them to the standard format specified in 1833.

Changelog category (leave one):

  • Documentation (changelog entry is not required)

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)
  • multiSearchAllPositionsCaseInsensitive
  • multiSearchAllPositionsCaseInsensitiveUTF8
  • multiSearchAllPositionsUTF8
  • multiSearchAnyCaseInsensitive
  • multiSearchAnyCaseInsensitiveUTF8
  • multiSearchAnyUTF8
  • multiSearchFirstIndexCaseInsensitive
  • multiSearchFirstIndexCaseInsensitiveUTF8
  • multiSearchFirstIndexUTF8
  • multiSearchFirstPositionCaseInsensitive
  • multiSearchFirstPositionCaseInsensitiveUTF8
  • multiSearchFirstPositionUTF8

@Blargian Blargian changed the title [WIP] Document multiSearchXYZ functions Document multiSearchXYZ functions Mar 28, 2024
@Blargian Blargian marked this pull request as ready for review March 28, 2024 20:58
Copy link

clickhouse-ci bot commented Apr 4, 2024

This is an automatic comment. The PR descriptions does not match the template.

Please, edit it accordingly.

The error is: More than one changelog category specified: 'Documentation (changelog entry is not required)', '[X] multiSearchAllPositionsCaseInsensitive'

@Algunenano Algunenano added the can be tested Allows running workflows for external contributors label Apr 8, 2024
@robot-ch-test-poll2 robot-ch-test-poll2 added the pr-documentation Documentation PRs for the specific code PR label Apr 8, 2024
@robot-ch-test-poll2
Copy link
Contributor

robot-ch-test-poll2 commented Apr 8, 2024

This is an automated comment for commit 2c41bcb with description of existing statuses. It's updated for the latest CI running

✅ Click here to open a full report in a separate page

Successful checks
Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR✅ success
Docs checkBuilds and tests the documentation✅ success
Mergeable CheckChecks if all other necessary checks are successful✅ success
PR CheckThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS✅ success
Style checkRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report✅ success

@Blargian Blargian changed the title Document multiSearchXYZ functions [Docs] add multiSearchXYZ functions Apr 9, 2024
@rschu1ze rschu1ze added this pull request to the merge queue Apr 9, 2024
Merged via the queue into ClickHouse:master with commit 007ae00 Apr 9, 2024
19 checks passed
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-documentation Documentation PRs for the specific code PR pr-synced-to-cloud The PR is synced to the cloud repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document multiSearchXYZ functions.
6 participants