Hi John,
We are facing some issue related to pagination that Thuderstone by default provides with pagelinks. When we apply an additional filter to the query like search based on location, it gives me total number of results which are equal to the query matches against the index without applying the location filter. And when we try to paginate though the page numbers, it then resets the total number of results(numrows) now to the query matches and location matches. We are applying the following query. Could you please suggest what should be the possible reason for the same and how we should solve this issue?
"select person_id, last_name, first_name, middle_initial, preferred_name,email, ohr_id, business_name, dialcomm,folders_flag, $$rank rnk from ( last_name\preferred_name\first_name\sc_first_name likep $search_string ) and active_flag=0 and location like $strLocation"
Thanks in advance.
~Priti
We are facing some issue related to pagination that Thuderstone by default provides with pagelinks. When we apply an additional filter to the query like search based on location, it gives me total number of results which are equal to the query matches against the index without applying the location filter. And when we try to paginate though the page numbers, it then resets the total number of results(numrows) now to the query matches and location matches. We are applying the following query. Could you please suggest what should be the possible reason for the same and how we should solve this issue?
"select person_id, last_name, first_name, middle_initial, preferred_name,email, ohr_id, business_name, dialcomm,folders_flag, $$rank rnk from ( last_name\preferred_name\first_name\sc_first_name likep $search_string ) and active_flag=0 and location like $strLocation"
Thanks in advance.
~Priti