I have created a form with several fields which takes input from user and search the document from a view. This is web based application. The fields are
Designation - Text
Location - Dialog list
Qualification-Dialog list
Work Exp From - Number
Work Exp From - number
Salary-Number
Now I want to make a ftsearch using this parmaters
Like
I need those document which has
Location = “Delhi”,“Mumbai”
Qualification=“MBA”,“B.Tec”,“MCA”
Designaion=“Seinor Engineer”
Work Exp From = 5 '(yr)
Work Exp To = 10 '(yr)
salary between 6 to 10 (lakhs)
As what we did in Microsoft Application and fetching data from SQL or Oracle
Is it possible in Lotus notes using view.FTSearch. If yes please help me how do i create Query and where result will display.
I go through the multiple forum which is posted here where user want to search the document from the view.
I have a view named “vUregisterUser” which contains the document from which I want to filter.
I will be very thank ful to you for your kind response.
Why do you need to use LotusScript for this? Can your users not just use the native Search functionality? You may want to use Search by Form (see Domino Designer Help page “Customizing search forms”, for example.
I have created a SearchTemplate and also created from which contains all the fields what I wrote earlier. The problem is how could i create a query. I mean to say syntex of the query.
You can do as Adrian suggests and create a search form. Read about $$SearchTemplate in the Designer help, and the query syntax is fully described in the user help files. Basically, you can have a form constructs a URL in the $$Return field which includes your query, and this will display in the browser using a page you specify to control the formatting.