Active
Project:
Phone
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 13:33 UTC
Updated:
19 Oct 2011 at 11:39 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | patch_commit_bad2119f8179.patch | 296 bytes | luksak |
Comments
Comment #1
luksakMay 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.
Comment #2
drunken monkeySee the minimalistic documentation for the Entity API – you probably just need to add
'property_type' => 'text'tohook_field_info()and you're done.Comment #3
luksakThis solved the issue. I attached the patch.
Thank you for the help.