Quote from Alex Dovlatov on February 6, 2026, 13:12
Hello John
The issue is that FiboSearch and HUSKY use completely different search logic and queries - they don't communicate with each other.
What's happening:
- FiboSearch finds products using its own search algorithm
- WOOF doesn't "see" FiboSearch results - it only works with its own product queries
- When you apply "On Sale" filter, WOOF runs its own separate query, which is why you get unrelated results
Solution: Instead of using FiboSearch on the search results page, use WOOF's built-in text search filter:
- Go to WOOF settings
- Enable "Text search" filter: https://demo.products-filter.com/shop (see the demo - search box at the top, write there "red")
- This allows users to search AND filter simultaneously using WOOF's unified logic
- All filters (including "On Sale") will work correctly with search results
Alternative: Keep FiboSearch for the initial search bar (site-wide), but once users land on the shop/category page, let them refine results using WOOF filters + WOOF text search.
This way both plugins work in their own areas without conflicts.
Hello John
The issue is that FiboSearch and HUSKY use completely different search logic and queries - they don't communicate with each other.
What's happening:
- FiboSearch finds products using its own search algorithm
- WOOF doesn't"see" FiboSearch results - it only works with its own product queries
- When you apply"On Sale" filter, WOOF runs its own separate query, which is why you get unrelated results
Solution: Instead of using FiboSearch on the search results page, use WOOF's built-in text search filter:
- Go to WOOF settings
- Enable"Text search" filter: https://demo.products-filter.com/shop (see the demo - search box at the top, write there"red")
- This allows users to search AND filter simultaneously using WOOF's unified logic
- All filters (including"On Sale") will work correctly with search results
Alternative: Keep FiboSearch for the initial search bar (site-wide), but once users land on the shop/category page, let them refine results using WOOF filters + WOOF text search.
This way both plugins work in their own areas without conflicts.