Wordpress Blog Search Index
Additional to the general options, you can also configure specific ones:
-
Database Connection Name - the connection name of the wordpress database.
- If wordpress is installed on the same database, the correct value is
default
. - If wordpress is installed in the other database, you need to create a new connection to wordpress database in file
app/etc/env.php
- If wordpress is installed on the same database, the correct value is
- Table Prefix - the prefix for the wordpress tables (wp_ by default).
-
Url Template - the full URL for your posts with dynamical variables.
Typical base urls:
http://example.com/blog/{post_name}.html http://example.com/blog/?p={ID} http://example.com/{category_slug}/{post_name}.html
Learn more about setting up other indexes in our extension: