This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

User Result Fields & URL – array in result

Home Forums Product Support Forums Ajax Search Pro for WordPress Support User Result Fields & URL – array in result

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47064
    LiamCLiamC
    Participant

    Hi, I’m displaying custom entries on the results page when searching for users. Only issue is that if the result has more than one entry (for example a set of skills: CSS, PHP, JAVA etc) the result only returns the word ‘array’. How would I get this to show the full list of results?

    Here is the code I am using, it’s the core_skills that returns an array
    <p>{first_name} {last_name}</p>
    <p>Salary {expected_salary} {currency}</p>
    <p>Core skills {core_skills}</p>
    <p>Job type {job_type}</p>

    #47072
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I guess the return value is an array, it should be converted to a comma separated string though. I may have to check the source code on that, this might be a potential bug somewhere.

    Can you add temporary FTP and back-end access? I will try to get to the issue and fix it on the spot.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.