Implement smart search on custom module tables search in kentico 9

Prashant Verma asked on June 15, 2016 09:14

Hi, Anyone can share your opinion regarding smart search. We have created different custom modules and we have different table for each module. Now need to implement the smart search in a page to fetch the details from that particular table from the custom module table.

Thanks

Recent Answers


Dawid Jachnik answered on June 15, 2016 09:49

Hello,

Smart search is working good for the custom objects. I have created few search indexes for custom classes. You can create custom index type or the general one for this objects. I use the second one, it's enough for me and works fine.

(https://docs.kentico.com/display/K9/Creating+custom+smart+search+indexes)

(https://docs.kentico.com/display/K9/Defining+general+indexes)

3 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on June 15, 2016 15:18

I'd definitely recommend using a Smart Search index with the Index Type of "General". This will allow you to use standard out of the box functionality with no custom code on your module's classes.

1 votesVote for this answer Mark as a Correct answer

Mojtaba Kavand answered on February 21, 2017 04:03 (last edited on September 5, 2017 08:35)

Hi Branden, I was going to use general index type through my custom module but the problem is I cannot find my object in indexed content tab in smart search application.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.