I am using the latest dev of Phone and added a two fields to a content type. After that I created a search index using the Search API. On the fields settings page only those two fields do not appear.

I already posted in the Search API issue queue.

CommentFileSizeAuthor
#3 patch_commit_bad2119f8179.patch296 bytesluksak

Comments

luksak’s picture

May this issue be in relationship with the fact that the phone field splits up in all its parts for views? Tell me where the issue might be and I will try to fix it.

drunken monkey’s picture

See the minimalistic documentation for the Entity API – you probably just need to add 'property_type' => 'text' to hook_field_info() and you're done.

luksak’s picture

StatusFileSize
new296 bytes

This solved the issue. I attached the patch.

Thank you for the help.