Exact search

New post

Comments

2 comments

  • Murtza

     You were on the right track, but I think this might be a string formatting issue in line 2. Can you please put wrap the first \  in quotes as shown below, and then retry the request?

    //bsp.setQuery(""\" + query + "\"");
    0
    Comment actions Permalink
  • abcdef2

    Hi Murtza,

     

    Thanks for taking the time to reply.
    I'm afraid your code isn't valid java code?

    The first " opens the string, then we escape the second " to not close the string, and then the third " closes the string.

    0
    Comment actions Permalink

Please sign in to leave a comment.