I have some flexinode content that is not viewable by everyone. The limitation is set with Simple Access.

When I'm logged I can see the flexinode content since I have the correct permissions. However When I do a search I can not find that node.

When I remove the Simple Access limitation and rebuild the search indexes I can find the node via a search.....

Users with the correct access should be able to find all content that they can see....

Comments

jjeff’s picture

Status: Active » Closed (won't fix)

This sounds like it might be a bug with Flexinode.

Simple Access just manages Drupal's node access table. It's up to Drupal (and whatever modules) to do the rest.

If you're finding that this problem is happening with Flexinode nodes only (and not with other nodes), then you might want to submit an issue under the Flexinode project.

If it's happening with all node types then there may be other issues involved.

Either way, I don't believe that this is a problem with Simple Access, so I'm going to mark this as "won't fix", but please post here if you find more clues about this problem.

-Jeff

bwynants’s picture

you are right, regular nodes don't have this problem

bwynants’s picture

Status: Closed (won't fix) » Closed (fixed)
bwynants’s picture

finally figured out what was really was happening.

cron did not index nodes for wich special acces was required.

triggering cron while I was logged on indexed those nodes and from then on search worked!