2012-02-08, 09:09:54
Hi,
I am currently writing a plugin, based on your dummy, that allows News Manager posts to be added to the search index.
Can't believe I am the first to do so, but I can't find one out there. I know I could do news with tags,
but I don't want my client to bother with tagging.
Anyway... it works as expected, except the content field is not being indexed, which leaves me kind of puzzled, as I don't see a difference to the title field, which gets indexed as it should.
I realize News Manager is not your plugin, but maybe something catches your eye...
Here's the plugin code as it stands:
http://pastebin.com/jpmmxGEK
and here's an xml, as news manager created it.
thanks for your plugins!
on second thought... might it be the html entities that throw your indexer off?
I am currently writing a plugin, based on your dummy, that allows News Manager posts to be added to the search index.
Can't believe I am the first to do so, but I can't find one out there. I know I could do news with tags,
but I don't want my client to bother with tagging.
Anyway... it works as expected, except the content field is not being indexed, which leaves me kind of puzzled, as I don't see a difference to the title field, which gets indexed as it should.
I realize News Manager is not your plugin, but maybe something catches your eye...
Here's the plugin code as it stands:
http://pastebin.com/jpmmxGEK
and here's an xml, as news manager created it.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<item>
<title><![CDATA[Testnews]]></title>
<date><![CDATA[Tue, 07 Feb 2012 16:49:45 +0100]]></date>
<tags><![CDATA[]]></tags>
<private><![CDATA[]]></private>
<content><![CDATA[<p>
Dies ist ein Newsbeitrag.</p>
]]></content>
</item>
thanks for your plugins!
on second thought... might it be the html entities that throw your indexer off?