The ISBN field has no proper entitydata integration, which means the ISBN fields are not visible when using entity_metadata_wrapper(). This means they also do not show up in the Search API field list by default.

Comments

leendertdb created an issue. See original summary.

leendertdb’s picture

StatusFileSize
new369 bytes

Adding patch. It's a simple one line addition that does the trick.

leendertdb’s picture

Status: Active » Needs review
rfsbsb’s picture

Hi @leendertdb thanks for the patch, but your patch has an extra quote on the end, that breaks the code. Can you please resubmit it?

Thank you

rfsbsb’s picture

Status: Needs review » Needs work
leendertdb’s picture

StatusFileSize
new368 bytes

@rfsbsb, thanks for spotting that one! Sloppy of me.

Updated patch attached.

leendertdb’s picture

Status: Needs work » Needs review

  • rfsbsb committed b57e9ca on 7.x-1.x authored by leendertdb
    Issue #2749013 by leendertdb: ISBN field has no proper entitydata...
rfsbsb’s picture

Status: Needs review » Closed (fixed)

Fixed and committed. Thanks.