Hi, When I create a record in the "content" table using
dispatcher.runSync("createContent", map), it also creates an entry in
"content_keyword" table with keyword=contentId. Is there a way to avoid
creating this entry? Also, when I create a records in "party_content" table
using  dispatcher.runSync("createPartyContent", map), it creates entries in
"content_keyword" with keywords having the values from "groupName" in
"party_group" table. Is there a way to avoid this as well? Thank you in
advance.

Reply via email to