Hi Guys,
Question 1:
I am creating a smart search filter.
I am using this code which is working perfect:
;;All
+classname;cms.smartphone;Smartphones
+classname;cms.laptop;Laptops
+classname;cms.itservice;IT services
So it is looking for the appropriate document type (e.g. smartphone or laptop)
Is it possible to look for a specific field inside a document type. e.g: cms.laptop.FieldName
So the smart search will see if that option is ticked for that page then only it will come up in the search results.
Question 2:
Where condition in the SQL search results can only look for default document fields(e.g. DocumentName) and cannot see the custom document type fields.
When I look for any custom document type in where condition: e.g.: Fieldname LIKE '%Anything%'. It says Invalid Column Name.
Is that how it works? can we not look for the custom document type in the where condition?
Question 3:
Can we show the results of a smart search dialog in a repeater?
Thanks
Gitesh Shah