
david at kineticode
Apr 29, 2009, 6:05 PM
Post #2 of 3
(735 views)
Permalink
|
On Apr 29, 2009, at 5:36 PM, Schults, Chris wrote: > I've imported new keywords via bric_soap (create). > I exported keyword IDs from database. > I exported relevant story IDs from database. > I'm ready to import a list of mapped story_id's and keyword_id's > directly into the story_keyword table. > > Any reason not to? Is there a better way? Note: there about 150 > stories > and about the same number of keywords involved. WTF? Why aren't story keywords versioned! Looks like story_keyword uses story_id, but it *should* be using story_instance_id. I guess no one ever noticed, must not have been a big deal. Anyway, I suggest you try it with one story and make sure that the keywords appear in that story in the UI (or a SOAP export). Best, David
|