Thanks for the tip
Anyway I'm trying to add some seblod fields into view.feed.php (components/com_content/views/category/view.feed.php)
SO how would I call in the seblod field into it?
If they call the title as
$title = $this->escape($row->title)
So if they make a sql function with calling the table
$query = 'SELECT' .$db->quoteName('fulltext'). 'FROM #__content WHERE id ='.$row->id;
So probably I should also make a query to call the fields?
Thanks for the help i'm not really into this stuff