Download & Extend

Phone fields do not appear on the Search API index field settings page

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' to hook_field_info() and you're done.

#3

This solved the issue. I attached the patch.

Thank you for the help.

AttachmentSize
patch_commit_bad2119f8179.patch 296 bytes
nobody click here