opensearch-project / opensearch-project/sql

[Meta ] Search Command Changes.

Open
#4,260 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Meta PPL search
Dominant language
Java
Stars
176
Forks
229
Avg merge
2d 21h
Merged PRs (30d)
43

Description

This is the meta issue for holding all the pending search command related changes.
Majority of the pending items could be coming from this PR: https://github.com/opensearch-project/sql/pull/4152

We have revamped search query to be a full text search command which is always a pushdown command which gets translated to Lucene Query using query_string function.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the linked pull request #4152 and the search-command changes described in this issue. Identify the pending search-related items and confirm that the full-text search command uses pushdown behavior with translation through the query_string function; done means the pending items have been resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
search
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.