Does Istore administration need to refresh the interMedia search index every time a new product is a
User is unable to query a model for which published flag and orderable over web was not set,I changed the flags and ran a program that does the work of below command.
The following Triggers were enabled
MTL_SYSTEM_ITEMS_B_T2_IBE
MTL_SYSTEM_ITEMS_B_T3_IBE
MTL_SYSTEM_ITEMS_TL_TA_IBE
MTL_CATEGORIES_B_TA_IBE
MTL_ITEM_CATEGORIES_TA_IBE
But still do I need to refresh the interMedia search index every time a new product is added or an existing product is changed or deleted by refreshing the interMedia index IBE_CT_IMEDIA_SEARCH_IM through the Oracle Enterprise Manager utility, or by executing the command "ctx_ddl.sync_index" in SQL*Plus as follows: exec ctx_ddl.sync_index('IBE_CT_IMEDIA_SEARCH_IM').