Drupal KCW + Kaltura CE = not results found

1 reply [Last post]
bdd
bdd's picture
User offline. Last seen 2 years 3 weeks ago.
Joined: 01/07/2010
Points: 10

I've installed the kaltura CE server in my localhost to use with all in one video drupal plugin, because I need to custom the KCW and later KSE.
That works well by modifying the uiconf xml file.

Now I have a new problem. No research work.
Video, Image and audio, I have the same message:

"We didn't find results for ..."

I know about youtube, that's disabled
http://www.kaltura.org/search-result-not-working-properly

But how can I implement my custom search API?
I'll have my proper database, how can I use my php function when I click on "search" button for example.

Someone has a idea?

ps: I'm behind a proxy.

Joined: 11/17/2010
Points: 46

I was able to add youtube custom search provider to my drupal KCW (Kaltura Contribution Wizard) by adding this ...

                     <provider id="youtube" name="youtube" code="24" addsearch="false">
                                <moduleUrl>SearchView.swf</moduleUrl>
                                <authMethodList>
                                        <authMethod type="1" />
                                        <authMethod type="2" searchable="false" />
                                </authMethodList>
                        </provider>

to the xml found in ../kaltura/web/content/uiconf/kaltura/drupal/

You'll see the other providers in there like this too. The code="24" does something magical that I don't quite understand, but I can to add that (like in the metacafe provider) and now it worky. Yeah...