forked from woocommerce/woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental support for FTS indexes in HPOS. (woocommerce#46130)
* Added key for sku * Add experimental support for FTS indexes in HPOS. Additionally, revert existing HPOS search queries to use post like structure. * Add unit tests * Escape the error messages as per new phpcs rules. * Fix query with index + added test. * remove uninteded change. * Unit test fixes. * Remove unit test since the commit command breaks other tests. Use message API instead of notices with defensive checks.
- Loading branch information
1 parent
3d8e20c
commit 94e438f
Showing
9 changed files
with
274 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: performance | ||
|
||
Add experimental support for FTS indexes in HPOS. Additionally, revert existing HPOS search queries to use post like structure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.