Text field in item not searchable

Comments

3 comments

  • Domenico Matteo

    Hi KMT,

    as you mentioned, text fields should be indexed and searchable.

    Have you tried searching from the frontend to see if the field shows up there or not?

    0
    Comment actions Permalink
  • Eli Balicat

    Hi,

    I already googled and went to Podio documentation about the attributes applicable to the PodioSearchResult:: but haven't found any.  Can you point me to the URL which indicates all possible attributes that can be used for the said function? Or if possible, can you help me what to do with this?

    I have something like this:

    $result = PodioSearchResult::app(12345678, array('query' => '729''limit' => 1));

    I want to filter the query to only one search field.  Thanks in advance.

    0
    Comment actions Permalink
  • Domenico Matteo

    Hi KMT,

    I see.

    Can you try using the `external_id` of the fields instead of using the ID in the 'search_fields' part of your call?

    You can find the external ID of the fields by

    1. Going to the app view
    2. Clicking on the wrench in the top left corner
    3. Clicking "Developer" in the menu

    They will be listed under the "App fields" section.

    Thanks,
    Domenico

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk