Skip to content

ES|QL: Add note of future removal of FORK implicit LIMIT#143457

Merged
ioanatia merged 3 commits intoelastic:mainfrom
ioanatia:fork_docs_update
Mar 3, 2026
Merged

ES|QL: Add note of future removal of FORK implicit LIMIT#143457
ioanatia merged 3 commits intoelastic:mainfrom
ioanatia:fork_docs_update

Conversation

@ioanatia
Copy link
Copy Markdown
Contributor

@ioanatia ioanatia commented Mar 3, 2026

As part of making FORK GA, in the following weeks we want to remove the implicit LIMIT we add to each FORK branch.
This adds a note in the documentation that this change is coming, with a recommendation to add a LIMIT to each FORK branch, in case users want to maintain the current behaviour of the queries after upgrading.

@ioanatia ioanatia added >docs General docs changes Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch :Search Relevance/ES|QL Search functionality in ES|QL labels Mar 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 3, 2026

ℹ️ Important: Docs version tagging

👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version.

We use applies_to tags to mark version-specific features and changes.

Expand for a quick overview

When to use applies_to tags:

✅ At the page level to indicate which products/deployments the content applies to (mandatory)
✅ When features change state (e.g. preview, ga) in a specific version
✅ When availability differs across deployments and environments

What NOT to do:

❌ Don't remove or replace information that applies to an older version
❌ Don't add new information that applies to a specific version without an applies_to tag
❌ Don't forget that applies_to tags can be used at the page, section, and inline level

🤔 Need help?

@ioanatia ioanatia requested a review from leemthompo March 3, 2026 12:37
@ioanatia ioanatia marked this pull request as ready for review March 3, 2026 12:37
@ioanatia ioanatia requested a review from a team as a code owner March 3, 2026 12:37
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

@@ -21,6 +21,10 @@

::::{note}
Copy link
Copy Markdown
Member

@leemthompo leemthompo Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ioanatia I'd suggest changing this note to an applies-switch which is basically versioned tabs (in this case one tab for 9.1-9.3 and another for 9.4+/serverless)

Then we can keep the old information in the 9.1-9.3 tab and the new info in the 9.4+ tab.

example:

::::{applies-switch}

:::{applies-item} { serverless: , stack: ga 9.4+ }
<New content>
:::

:::{applies-item} stack: preview 9.1-9.3
<Old content>
:::

::::

Comment on lines 2 to 3
serverless: preview
stack: preview 9.1.0
Copy link
Copy Markdown
Member

@leemthompo leemthompo Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
serverless: ga
stack: preview 9.1-9.3, ga 9.4+

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are not ready yet 🙈

@ioanatia ioanatia requested a review from leemthompo March 3, 2026 14:21
Copy link
Copy Markdown
Member

@leemthompo leemthompo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as this is early info note :)

@ioanatia ioanatia merged commit 0059092 into elastic:main Mar 3, 2026
12 checks passed
@ioanatia ioanatia deleted the fork_docs_update branch March 3, 2026 15:32
GalLalouche pushed a commit to GalLalouche/elasticsearch that referenced this pull request Mar 3, 2026
szybia added a commit to szybia/elasticsearch that referenced this pull request Mar 3, 2026
…locations

* upstream/main: (51 commits)
  ESQL: Remaining serialization tests (elastic#143470)
  Eagerly release resources in `TransportAwaitClusterStateVersionAppliedAction` (elastic#143477)
  Stop and relocate sliced reindex on shutdown (elastic#143183)
  Documentation for query_vector base64 parameter (elastic#142675)
  ES|QL: Fix LIMIT after all columns are dropped (elastic#143463)
  Update docs-build.yml (elastic#142958)
  Fix KnnIndexTester to work with byte vectors (elastic#143493)
  Fix IndexInputUtils.withSlice to produce native-safe MemorySegments on Java 21 (elastic#143479)
  CPS fix: include only relevant projects in the search response metadata (elastic#143367)
  apm-data: explicit map of timestamp.us to long (elastic#143173)
  [Inference API] Add custom headers for Azure OpenAI Service (elastic#142969)
  ESQL: Add name IDs to golden tests and fix synthetic names (elastic#143450)
  Add getUnavailableShards to BaseBroadcastResponse (elastic#143406)
  Add description to reindex API without sensitive info (elastic#143112)
  SQL: fix CLI tests (elastic#143451)
  ES|QL: Add note of future removal of FORK implicit LIMIT (elastic#143457)
  [Test] Randomly disable doc values skippers in time-series indices (elastic#143389)
  Improve pattern text downgrade license test (elastic#143102)
  [Transform] Stop transforms at the end of tests (elastic#139783)
  Mute org.elasticsearch.compute.lucene.read.ValueSourceReaderTypeConversionTests testLoadAll elastic#143471
  ...
shmuelhanoch pushed a commit to shmuelhanoch/elasticsearch that referenced this pull request Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>docs General docs changes :Search Relevance/ES|QL Search functionality in ES|QL Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants