My search index is 100% up to date (I made sure of that before writing this!!). When I search on a keywork that is in the title or body of a node I get results as expected.

Where it keywork only resides in a CCK field then it never gets into the search results. I have trolled the permissions and settings pages to see what I have done wrong (something not enabled or something enabled that should not be) and can find nothing obvious.

Your help is eagerly and gratefully recieved on this

Comments

karens’s picture

Status: Active » Closed (duplicate)

This got posted twice.

yched’s picture

Status: Closed (duplicate) » Postponed (maintainer needs more info)

- I just fixed (post RC7, that's 6.x-2.x-dev) a bug that might have affected the indexing of fields that are inside fieldgroups.
- search module removes punctuation, which messes some values (a decimal value of 150.00 gets indexed as 15000, a filefield value file.txt gets indexed as filetxt)

Other than that, indexing works fine AFAICT.
Note that you can configure how your fields are indexed on the 'Display fields' tab, 'Advanced' sub-tab.

Can you try searching on the content of a simple text field ?
If some fields still do not get indexed, what's their field type ?

abamarus’s picture

Thanks for the quick response guys - impressed :D. Apologies for the double post too... wasn't nagging, honest!

I will try the latest dev snapshot and see what happens.

My fields are either taxonomy reference fields or plain text. Under advanced the taxonomy fields are set up to for rss, search index and search result as text,link,link respectively. The groups is set to be a fieldset.

For the plain text fields everything is fieldset or default.

I'll let you know what happends with the snapshot shortly - assuming I can work out how to get it to reindex all the stuff it has already indexed that is...

yched’s picture

go to admin/settings/search, hit 're-index site', run cron

abamarus’s picture

Status: Postponed (maintainer needs more info) » Fixed

upgraded cck to the latest dev snapshot and upgraded the views module too as advised.

I reindexed the site (thanks for the info on that)

Now my cck fields are being indexed and found. Much cheering and running around like an excited 3 year old!!!

Thanks for fixing this and in record time too!

P

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.