Main Settings – Overview
This section allows you to control the core behavior and appearance of the Swift Woo Search plugin. Below is a breakdown of each setting:
✅ Show price in search results
Enable to display product price in search results.
When enabled, the price of each product is shown directly in the live search results.
✅ Show stock status
Enable to display stock status in search results.
Displays whether the product is in stock (or out of stock) in the results panel.
✅ Disable logging for administrators
Do not log search queries or interactions when logged in as admin.
Helps avoid skewing analytics with admin test searches or activity.
⬜ Show debug search scores
Enable to display debug information (score breakdown) in search results for Administrators only.
This reveals detailed scoring logic next to each result – useful for development and tuning relevance.
✅ Enable search cache
Enable caching of search results to improve performance.
Reduces server load by storing previous search results for a limited time.
Search Bar Placement
These fields define where and how the search bar is injected into your theme.
🔲 Search Bar Container
Specify the container ID (e.g., #header, #container) where the search bar should be inserted.
This tells the plugin which HTML element to target on the front end.
🟢 Search Bar Container Add Method
Choose how the search bar should be added to the specified container.
-
Prepend: Inserts the search bar before the container’s existing content.
-
Append: Adds the search bar after the container’s content.
Styling Options
These options let you apply custom styling classes or override styles with your own CSS.
🖼️ Search Container Custom Classes on Mobile
Specify additional CSS classes separated by spaces to add to the search container on mobile.
Useful if you want to modify layout or appearance differently on small screens.
🖼️ Search Container Custom Classes on Desktop
Specify additional CSS classes separated by spaces to add to the search container on desktop.
📝 Custom CSS
Add your own custom CSS for the search elements.
Enter any custom styling rules here to fully control appearance without editing theme stylesheets.


