How do you allow something to be returned in a Search in Records View that is no

How do you allow something to be returned in a Search in Records View that is not included in the Title? I know there is an unofficial/official way, but could not find it in News again after a bunch of searching.

Thanks

OriginalPostID-166752

OriginalPostID-166752

  Discussion posts and replies are publicly visible

Parents
  • Hi. I know this is an old thread, but the links are coming up "403". I completed the SpaceX app for training, but the search does not return anything. Can someone help me figure out why the search box returns nothing based on the ri!searchText field? I can search in all other fields and get the data I need. 

    The variable for searchText is set to "text" per the tutorial.

    Here is the code from the template:

    a!localVariables(

    local!integrationResponse: rule!SpaceX_getAllLaunches(
    pagingInfo: ri!pagingInfo,
    searchText: ri!searchText,
    launch_year: ri!launch_year,
    launch_success: ri!launch_success,
    flight_number: ri!flight_number
    ),

    I'm out of ideas as to why this doesn't work. 

    Thanks in advance.

    Jeff

Reply
  • Hi. I know this is an old thread, but the links are coming up "403". I completed the SpaceX app for training, but the search does not return anything. Can someone help me figure out why the search box returns nothing based on the ri!searchText field? I can search in all other fields and get the data I need. 

    The variable for searchText is set to "text" per the tutorial.

    Here is the code from the template:

    a!localVariables(

    local!integrationResponse: rule!SpaceX_getAllLaunches(
    pagingInfo: ri!pagingInfo,
    searchText: ri!searchText,
    launch_year: ri!launch_year,
    launch_success: ri!launch_success,
    flight_number: ri!flight_number
    ),

    I'm out of ideas as to why this doesn't work. 

    Thanks in advance.

    Jeff

Children
No Data