Hello Experts,
I want users to run search queries against to full text engine as long as possible. But, full text engine may require some time to index before the files is ready for search. What I want to do is to search the indexed file from index serve and non indexed ones from the database, and join them and return the results back to user. Is that possible?. The objects are case folders and should be searched based on their attribute. Please share your practices.
Thanks in advance