Forums

 
ForumForumMainstream Foru...Mainstream Foru...HelpHelpBugs in unified searchBugs in unified search
Previous Previous
 
Next Next
New Post
 8/15/2012 3:53 PM
 
In the Layout Manger, under DetailView Relationships, look for Home.UnifiedSearch. That is the list of controls to use when searching.
New Post
 8/15/2012 4:56 PM
 

Hi,

Bugs doesn't appear in this list. How can I add Bug ?

Thanks

Sébastien

New Post
 8/16/2012 12:07 AM
 
The following SQL will add the SearchBugs user control:

exec dbo.spDETAILVIEWS_RELATIONSHIPS_InsertOnly 'Home.UnifiedSearch', 'Bugs', '~/Bugs/SearchBugs', 7, 'Bugs.LBL_LIST_FORM_TITLE' ;
New Post
 8/16/2012 12:21 AM
 

I just see your post. Thanks

Meanwhile, I've done something similar :

insert into [DETAILVIEWS_RELATIONSHIPS] (detail_name,module_name,control_name,RELATIONSHIP_ORDER,RELATIONSHIP_ENABLED,TITLE)
  values('Home.UnifiedSearch','Bugs','~/Bugs/SearchBugs',7,1,'Bugs.LBL_LIST_FORM_TITLE') 

May be I better open a new thread but I would like to add note module to unified search. As there is no search page, I think I have to add this page first, but how ?

Thanks

New Post
 8/16/2012 3:53 PM
 
To add similar searching of notes, just copy the SearchBugs user control to the notes folder, renaming it SearchNotes, then rename everything inside from Bugs to Notes. Makes sure to keep the replacement strings case-significant.
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...HelpHelpBugs in unified searchBugs in unified search