|
Hi All,
When we're assigning keywords to contentobjects via
cfa_metadatapciker, the site will not allways show us the correct content. After
a cfa_metadataindexall it does.
Looking at the code of the tag I
find:
<CFIF ListLen(StructKeyList(keywordAdd))
OR ListLen(StructKeyList(keywordDel))>
<!--- Reindexes the collection ---> <CFA_MetaDataIndexUpdate DataSource="#Attributes.DataSource#" lObjectIDs="#Attributes.ObjectID#"> <!--- Tell the GUI to update ---> <CFSET RESET = TRUE> <CFELSE> <CFSET RESET = FALSE> </CFIF> So I guess it should update the collection if
needed. Is there a known problem as far as you know?
Should we update manually after the tag? Could this
be caused by some unwanted caching mechanism.
Regards, Boudewijn
|
- RE: Is cfa_metadatapicker updating collections correctly... Boudewijn de Ru
- RE: Is cfa_metadatapicker updating collections corr... Raymond K. Camden
