I have the following PHP code to help me to import scanned images into OKM:
'keywords' => "SCAN, PDF"
'keywords' => "SCAN PDF"
'keywords' => 'SCAN, PDF'
and without luck. Can someone show me the correct syntax please?
Thanks!
Code: Select all
I intended to add the keywords "SCAN" and "PDF" once inserted. However, it appears as "SCAN, PDF" in OKM instead of 2 words. I also tried:$doc = array('path' => ...
'keywords' => "SCAN, PDF", ...);'keywords' => "SCAN, PDF"
'keywords' => "SCAN PDF"
'keywords' => 'SCAN, PDF'
and without luck. Can someone show me the correct syntax please?
Thanks!
Last edited by raiko on Sat Dec 29, 2012 6:10 am, edited 1 time in total.
