The UiXpress Global Search is a powerful command palette that provides instant access to WordPress content, admin pages, and quick actions. Accessible via Cmd/Ctrl + K, it offers intelligent search capabilities with rich metadata, command syntax, and personalized suggestions.
Cmd/Ctrl + K (Mac) or Ctrl + K (Windows/Linux)↑ and ↓ arrow keysEnterEscThe search component intelligently tracks your usage patterns to provide quick access to items you use most often.
Search results now display comprehensive information at a glance, making it easier to identify the right content.
Use special prefixes to filter search results by content type, making searches faster and more precise.
| Command | Description | Example |
|---|---|---|
>post | Search only posts | >post hello world |
>page | Search only pages | >page contact |
@user | Search only users | @user john |
#category | Search only categories | #category news |
!action | Show only quick actions | !action |
?help | Show command syntax help | ?help |
You can also filter by custom post types:
>product search term
>event search term
Search for posts only:
>post wordpress tutorial
Search for users:
@user admin
Show quick actions:
!action
View help:
?help
Never lose track of your searches. The search component remembers your recent searches for quick access.
Quick actions provide instant access to common WordPress admin tasks.
Cmd/Ctrl + K)!action to filter to quick actions only| Key | Action |
|---|---|
Cmd/Ctrl + K | Open/Close search |
↑ | Navigate up through results |
↓ | Navigate down through results |
Enter | Select highlighted result |
Esc | Close search |
When the search field is empty, you'll see:
When you type a search query:
When using command syntax (e.g., >post):
localStorage with key uixp-search-historylocalStorage with key uixp-recently-accessedlocalStorage with key uixp-frequently-usedThe search queries the following WordPress REST API endpoints:
wp/v2/posts - Blog postswp/v2/pages - Pageswp/v2/categories - Categorieswp/v2/users - Users (if user has permission)Search requests include _embed=true parameter to fetch:
quickActions arraytrackAccess() function to track custom itemsuseSearchHistory() composable_embed=true parameter is included in API requestsPlanned features for future phases:
For issues or feature requests, please contact support or submit an issue in the repository.
Version: 1.0.0
Last Updated: 2024
Component: app/src/components/app/search/index.vue
Composable: app/src/composables/useSearchHistory.js