Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
run:
uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-ci.yml@main
uses: Automattic/wpvdb-scripts/.github/workflows/plugin-ci.yml@main
with:
timeout-minutes: 10
composer-install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintain-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
run:
uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-maintain-main.yml@main
uses: Automattic/wpvdb-scripts/.github/workflows/plugin-maintain-main.yml@main
with:
timeout-minutes: 15
composer-install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
run:
uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-release.yml@main
uses: Automattic/wpvdb-scripts/.github/workflows/plugin-release.yml@main
with:
tag: ${{ github.event.inputs.tag || github.ref_name }}
plugin-slug: wpvdb-search
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Agent guidance for this repository. Keep this file focused on non-obvious constr
## Boundaries

- Do not add credentials, tokens, application passwords, site-specific hostnames, or private deployment details.
- Keep UI, demo page rendering, public Smart Search REST routing, example prompts, and browser assets in `https://github.com/rbcorrales/wpvdb-smart-search`.
- Do not add ingestion, queueing, provider settings, or embedding storage ownership here. Those belong in `https://github.com/rbcorrales/wpvdb`.
- Keep UI, demo page rendering, public Smart Search REST routing, example prompts, and browser assets in `https://github.com/Automattic/wpvdb-smart-search`.
- Do not add ingestion, queueing, provider settings, or embedding storage ownership here. Those belong in `https://github.com/Automattic/wpvdb`.
- Keep Playground fixture behavior in `https://github.com/rbcorrales/wpvdb-playground-demo`. This repo can expose hooks and fallbacks, but it should not hardcode demo models or sample data.

## Search correctness
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WPVDB Search

[![Checks](https://github.com/rbcorrales/wpvdb-search/actions/workflows/ci.yml/badge.svg)](https://github.com/rbcorrales/wpvdb-search/actions/workflows/ci.yml)
[![Checks](https://github.com/Automattic/wpvdb-search/actions/workflows/ci.yml/badge.svg)](https://github.com/Automattic/wpvdb-search/actions/workflows/ci.yml)
[![WordPress](https://img.shields.io/badge/WordPress-6.9%2B-3858e9?logo=wordpress&logoColor=white)](#requirements)
[![PHP](https://img.shields.io/badge/PHP-8.3%2B-777bb4?logo=php&logoColor=white)](#requirements)
[![License](https://img.shields.io/badge/License-GPLv2%2B-blue.svg)](LICENSE)

Shared dense, sparse, and hybrid search primitives for content indexed by [`wpvdb`](https://github.com/Automattic/wpvdb).

This plugin is the canonical PHP search service used by [`wpvdb-smart-search`](https://github.com/rbcorrales/wpvdb-smart-search), [`wpvdb-blocks`](https://github.com/rbcorrales/wpvdb-blocks), WordPress Abilities, MCP clients, and WordPress query integrations.
This plugin is the canonical PHP search service used by [`wpvdb-smart-search`](https://github.com/Automattic/wpvdb-smart-search), [`wpvdb-blocks`](https://github.com/Automattic/wpvdb-blocks), WordPress Abilities, MCP clients, and WordPress query integrations.

For WordPress query integrations that need to hydrate results in their own `WP_Query` context, the service also exposes `Search::post_ids()`. It returns a ranked pool of unique post IDs while preserving the existing `Search::run()` response shape and the public 20 result cap.

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rbcorrales/wpvdb-search",
"name": "automattic/wpvdb-search",
"description": "Shared dense, sparse, and hybrid search primitives for wpvdb.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/rbcorrales/wpvdb-search",
"homepage": "https://github.com/Automattic/wpvdb-search",
"authors": [
{
"name": "Automattic",
Expand Down Expand Up @@ -51,8 +51,8 @@
}
},
"support": {
"issues": "https://github.com/rbcorrales/wpvdb-search/issues",
"source": "https://github.com/rbcorrales/wpvdb-search"
"issues": "https://github.com/Automattic/wpvdb-search/issues",
"source": "https://github.com/Automattic/wpvdb-search"
},
"config": {
"platform": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified languages/wpvdb-search-es_ES.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions languages/wpvdb-search-es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ msgstr "WPVDB Search"

#. Plugin URI of the plugin
#: wpvdb-search.php
msgid "https://github.com/rbcorrales/wpvdb-search"
msgstr "https://github.com/rbcorrales/wpvdb-search"
msgid "https://github.com/Automattic/wpvdb-search"
msgstr "https://github.com/Automattic/wpvdb-search"

#. Description of the plugin
#: wpvdb-search.php
Expand Down
2 changes: 1 addition & 1 deletion languages/wpvdb-search.pot
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgstr ""

#. Plugin URI of the plugin
#: wpvdb-search.php
msgid "https://github.com/rbcorrales/wpvdb-search"
msgid "https://github.com/Automattic/wpvdb-search"
msgstr ""

#. Description of the plugin
Expand Down
2 changes: 1 addition & 1 deletion wpvdb-search.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WPVDB Search
* Plugin URI: https://github.com/rbcorrales/wpvdb-search
* Plugin URI: https://github.com/Automattic/wpvdb-search
* Description: Shared dense, sparse, and hybrid search primitives for wpvdb.
* Version: 0.7.0
* Author: Automattic, Ramon Corrales
Expand Down