| 开发者 | rankology |
|---|---|
| 更新时间 | 2026年7月10日 20:26 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
rankajlisrh/search)[rankajlisrh]wp_mail().rankajlisrh/v1 namespace.wp rankajlisrh index …).rankology-ajax-live-search folder to /wp-content/plugins/.[rankajlisrh] shortcode, or classic widget.Yes. Rankology can include WooCommerce products in search results, display product prices where appropriate, and apply relevance weighting to SKU and product fields when WooCommerce is active.
Rankology does not remove WordPress core search automatically. You place the Rankology search bar where you want it — via block, shortcode, or widget — and can customize the on-site search results template for a complete replacement experience.
Create a Search Widget in Rankology → Search Widgets, copy its shortcode, and paste it into your header template, a block theme header pattern, or a hook-friendly location. You can also use the Rankology Search Gutenberg block in the site editor.
A Search Widget is an independent search configuration. Each widget can target different post types, use a different layout or theme, enable its own filters, and override relevance weights — useful when a shop search and a blog search need different behavior.
Rankology is built for performance. Search queries use a dedicated index and cached responses where appropriate, and the public endpoint includes rate limiting. Initial indexing runs in the background and can be managed from the admin or WP-CLI.
Yes. Enable search analytics and visit Rankology → Analytics & Logs for top queries, trending terms, zero-result searches, and individual log entries. Data can be exported for reporting.
Redirect rules let you send specific search queries (exact or pattern-based) to a custom URL — for campaigns, synonyms, or steering users to the right landing page. Rules can be scoped by user role and language where configured.
Yes. Rankology exposes REST endpoints under rankajlisrh/v1 for search, click tracking, and redirect management — suitable for headless WordPress and custom front ends.
Yes. Rankology includes migration tools under Rankology → Configuration → Migration for Ajax Search Pro and SearchWP.
Yes. Network-aware settings synchronization is available for WordPress multisite installations.
Yes, if you want file content indexing beyond plain TXT files. Install smalot/pdfparser for PDF support and phpoffice/phpword for DOCX support via Composer on your server. Rankology detects them automatically when available. They are not bundled with the plugin.
No. The admin dashboard hub uses WordPress core packages (wp-element, wp-components, wp-i18n). Frontend scripts are custom and depend on jQuery, which WordPress provides.
When Google-style autocomplete is enabled, partial search terms are sent to Google's public suggest API (suggestqueries.google.com) to retrieve suggestion phrases. Responses are cached locally with WordPress transients. All other search, indexing, and analytics data stays on your WordPress site unless you configure email reports through your own mail server via wp_mail().