docs(2.x): search relevance add-on and search pipelines (spec 0084) - #52
Open
glennjacobs wants to merge 13 commits into
Open
glennjacobs wants to merge 13 commits into
glennjacobs wants to merge 13 commits into
Conversation
Adds the Search Relevance add-on page and its admin panel section page, a Pipelines section to the search add-on page, a search relevance section to the extending search page, a Make Search Learn subsection to the search guide, and a flight plan entry. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…n with the source Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
8 tasks
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…plies Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…onfiguration Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ts, Jobs, Observers) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ages Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
… relevance page It is a lunarphp/search setting, documented on the Search add-on page. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The skus_normalised field, Typesense schema entries and Meilisearch typo-tolerance step apply with or without the relevance add-on. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…dit slot Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the search relevance work from lunarphp/lunar spec 0084 (monorepo PR: lunarphp/lunar#2731).
2.x/addons/search-relevance.mdx: what the add-on does, supported engines and Meilisearch limitations, installation, part-number search and the Typesense/Meilisearch host config, modes and the shadow-first rollout, Blade and headless tracking, attribution, scoring, versioning, scheduling, replay, config reference.2.x/addons/search.mdx: new Pipelines section (request/results pipelines,page(),withParams(),meta), new config keys, Meilisearch setup typo-tolerance step.2.x/extending/search.mdx: Search relevance section (custom normaliser, signal, ranker),skus_normalisedandgetExactMatchFields().2.x/admin/search-relevance.mdxunder a new Admin Panel group "Add-on sections".2.x/guides/search.mdx: Make Search Learn subsection.2.x/reference/search.mdx:skus_normalisedrow.logs/flight-plan.mdx: entry.docs.json: navigation entries.Targets
nextbecause the v2 pages live under2.x/there and no2.xbranch exists on the remote.Every class, config key, command and route was reconciled against the monorepo branch
feat/search-relevance.🤖 Generated with Claude Code