Contents of location information don't seem be exposed to Drupal core's search module. Usually you would expect them to show up in the node search, but they don't... I understand that implementation in the 7.x-5.x branch as entities would solve this problem. But this looks pretty important for me to have in the supported 7.x version of the module.

CommentFileSizeAuthor
#2 1495352-2.patch806 bytespwolanin

Comments

xamanu’s picture

These are actually exposed but don't get indexed. When rebuilding the search index with drush it hangs in a loop trying to index it. With the verbose argument I get the following error:

Initialized Drupal 7.12 root directory at /home/felix/Sites/drupal7 [notice]
Initialized Drupal site default at sites/default [notice]
Use of undefined constant location_search - assumed 'location_search' core.drush.inc(637) : eval()'d code:1 [notice]
Use of undefined constant node - assumed 'node' core.drush.inc(637) : eval()'d code:1 [notice]
Use of undefined constant user - assumed 'user' core.drush.inc(637) : eval()'d code:1 [notice]
Command dispatch complete [notice]
pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new806 bytes

This might work to add it to the index when displayed on the full node view.

davidhernandez’s picture

I can confirm that the change in #2 makes the locations get indexed.

podarok’s picture

Status: Needs review » Reviewed & tested by the community

due to #3

podarok’s picture

Status: Reviewed & tested by the community » Fixed

#2 commited pushed to 7.x-3.x
thanks!!!

Status: Fixed » Closed (fixed)

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