Skip to content

Conversation

yoshiokatsuneo
Copy link
Contributor

@yoshiokatsuneo yoshiokatsuneo commented Sep 27, 2025

What type of PR is this?

  • Feature

Description

Before the PR, when multi byte search is enabled, query search only support "ILIKE" based filtering. There is no way to search multiple terms, queries.

This PR make it possible to search query by specifying column name, exact match, multiple term AND search.

For example:
- word
- name:word
- query:word
- "multiple words"
- name:"multiple words"
- word1 word2 word3
- word1 "multiple word" query:"select foo"

How is this tested?

  • Manually
image image image image image

@yoshiokatsuneo yoshiokatsuneo force-pushed the feat/advanced_query_search_syntax_for_multi_byte_search branch from 5c261f6 to b82c389 Compare September 27, 2025 16:41
@yoshiokatsuneo yoshiokatsuneo marked this pull request as ready for review September 27, 2025 16:48
@eradman
Copy link
Collaborator

eradman commented Oct 6, 2025

Very nice. Do we also need to make a corresponding change to documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants