#62 ✓resolved
gwhn

Custom content not indexed for search paragraph types

Reported by gwhn | June 22nd, 2010 @ 07:35 AM

I have created a custom content type for services and configured it to create content entries. The content type is also searchable but not protected, and the content fields are not excluded from search keywords, however using the search paragraph type does not return any results. On further investigation I discovered that there are no records in the content_node_values table. I also noticed that there is no documentation yet for the search paragraph types. Is this because the functionality is relatively new and incomplete, or am I missing some magic?

Comments and changes to this ticket

  • Pascal Rettig

    Pascal Rettig June 22nd, 2010 @ 11:45 AM

    • State changed from “new” to “open”

    Search is pretty new, so there are some rough edges, but you should be able to get it working with a little manual intervention. First of all you need to be running the cron to update the site index every hour see: http://www.webiva.net/doc/user/cron

    Custom content models aren't quite easily searchable yet and need a little help, you'll need to manually enter the detail url for the content model - you can do this from Content -> Configure Content Types, then click on the content type for the model you want to modify and manually enter the url for the detail (minus the ID of the individual item)

    You can jump into the console if you want to force a reindex:

    ./script/console
    >> DomainModel.activate_domain(YOUR_DOMAIN_ID)
    >> ContentType.full_site_index
    

    This will get streamlined soon.

  • gwhn

    gwhn June 22nd, 2010 @ 04:48 PM

    Thanks Pascal. Worked a treat. Great work BTW. I'll add a link to my forum post.

  • Pascal Rettig

    Pascal Rettig August 9th, 2010 @ 06:08 PM

    • State changed from “open” to “resolved”
    • Milestone order changed from “0” to “0”

    Publication view paragraphs now correctly update the canonical content url for content models. (Latest Development branch)

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

People watching this ticket

Pages