silverstripe-external-content icon indicating copy to clipboard operation
silverstripe-external-content copied to clipboard

Search

Open mmichelli opened this issue 13 years ago • 3 comments

I have a ExternalContentPage that's showing a xml tree of pages. How do I hook it up into site search?

mmichelli avatar May 26 '11 06:05 mmichelli

There's no specific API for doing searches on external content at the moment - as the content itself lives in a separate system, each connector will have its own way of managing this, and as yet there's no unified API method for doing so. What sort of connector are you using?

nyeholt avatar May 29 '11 00:05 nyeholt

I'm using the WebApiClient to read a xml feed. I looks like the best solution is to import the feed and update it using silverstripe-queuedjobs.

mmichelli avatar May 29 '11 10:05 mmichelli

Is it an RSS type feed or just arbitrary XML? If rss, ajshort has an RSS Connector which imports to blog objects that might be helpful.

nyeholt avatar May 30 '11 05:05 nyeholt