Open michalczaplinski opened 1 day ago
Size Change: +485 B (+0.03%)
Total Size: 1.82 MB
Filename | Size | Change | |
---|---|---|---|
build-module/block-library/search/view.min.js |
1.03 kB | +416 B (+67.53%) | 🆘 |
build/block-library/index.min.js |
221 kB | +69 B (+0.03%) |
What?
Adds a new experimental Instant Search block that works together with the Query Loop block.
Alternative to https://github.com/WordPress/gutenberg/pull/63147 and https://github.com/WordPress/gutenberg/pull/67013.
Fixes https://github.com/WordPress/gutenberg/issues/63053.
Why?
The approach in the current PR is more concise and reduces the repetitive code compared to https://github.com/WordPress/gutenberg/pull/63147.
How?
This approach uses the
query_loop_block_query_vars
filter to pass the search term used by the Search block.Testing Instructions and screencast
See https://github.com/WordPress/gutenberg/pull/63147.