Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > mutliple search field in one custom table View modes: 
User avatar
Member
Member
afique-resolvtech - 12/4/2013 9:26:25 AM
   
mutliple search field in one custom table
Hi,

I would to ask how to create multiple search field for one custom table?

Can I sync two custom table data, if I cannot do multiple search field?

Thanks

User avatar
Member
Member
kentico_sandroj - 12/5/2013 8:29:51 PM
   
RE:mutliple search field in one custom table
Hi,

The search fields for custom tables can be configured under Site Manager > Development > Custom Tables > [edit]YourTable > Search Fields. Is this what you were wondering about? Please let me know if you have any additional questions.

Best Regards,
Sandro

User avatar
Member
Member
afique-resolvtech - 12/5/2013 10:03:16 PM
   
RE:mutliple search field in one custom table
Hi Sandro,

Yes. That's one. I want to add more field so smart search could detect them.

But is there any other way to use smart search to detect each pages URL that displaying the custom table?

Currently, my smart search only detect the custom table data but it didn't displayed the URL of each pages that have my custom table.

Can you tell me how to make my smart search detect each static URL?

Thanks

User avatar
Member
Member
kentico_sandroj - 12/6/2013 4:13:27 PM
   
RE:mutliple search field in one custom table
Hello,

In order to index the page data, including custom table output on pages, you would use the Document Crawler Index type. Document Crawler indexes the HTML output of your pages as seen by an administrator user (unless the user context is specified in the Web.config). The available options are:

•Documents - stores information about the content of documents in the content tree.

•Documents crawler - directly indexes the HTML output of documents (pages).

•Forums - stores information about the content of discussion forums in the system.

•Custom tables - indexes records stored in custom tables.

•Users - stores information about users in the system.

•General - stores information about system objects of a specified type.

•Custom - allows you to use your own custom‑coded search index. Stores any kind of data depending on the implementation.

Please let me know if you have any questions.

Best Regards,
Sandro

User avatar
Member
Member
afique-resolvtech - 12/8/2013 4:15:00 AM
   
RE:mutliple search field in one custom table
Hi Sandro,

Sorry, for the late reply. I guess your suggestion on using Document Crawler Index is the solution to my problem. Thank you for helping me.

Finally, I manage to get all of them in the search results.