Posted by Lukas von Blarer on October 5, 2011 at 1:33pm
2 followers
| Project: | Phone |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#1
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.
#2
See the minimalistic documentation for the Entity API – you probably just need to add
'property_type' => 'text'tohook_field_info()and you're done.#3
This solved the issue. I attached the patch.
Thank you for the help.