#community-help

Keeping WordPress Data in Sync with Typesense

TLDR WL inquired about synchronizing WordPress data with Typesense and vector search feature. Digamber confirmed automatic indexing and the possibility of customization for forms.

Powered by Struct AI

1

5
8mo
Solved
Join the chat
Feb 03, 2023 (8 months ago)
WL
Photo of md5-e18fd6bf1ed8f3adba05f7061edef1e1
WL
03:05 AM
Hello, is there a guide and best practices as to how we can keep data from wordpress database in sync with Typesense using the Typesense wordpress plugin?
04:36
WL
04:36 AM
eg. Whenever a new data is submitted by a user through a form on wordpress/ when the data gets updated, the data needs to be updated into typesense automatically.
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
06:45 AM
cc Digamber
Digamber
Photo of md5-a0246423746b3b51425d05cfd9c494ae
Digamber
06:47 AM
Hi WL, the WordPress plugin is for Post Types and traditional wordpress data, the currently implementation automatically indexes post types on update / creation / delete.
For forms and other implementation, it’s possible to do so - but customization will be required.

1

Feb 05, 2023 (8 months ago)
WL
Photo of md5-e18fd6bf1ed8f3adba05f7061edef1e1
WL
10:16 PM
Thanks, will test it out. Another question. Is the wordpress plugin able to support the newly released vector search feature? Eg. Get data from wordpress backend -> generate embeddings using an embedding model -> import the embeddings back into typesense -> vector search