Sharepoint2013 search setting

Hi all,
when i search something by selecting everything  it wont display
Title Row (Top navigation) or not able to inherit form parent in
search center of SharePoint 2013.
Thank you
Ganesh Swami

Hi,
According to your post, my understanding is that you want to display the top navigation bar in the search center.
We can achieve it using JQuery, you can add the below code in the content edit web part, it works like a charm in my environment.
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
if ($('.ms-searchCenter-refinement').length > 0) {
// Unhide the title row
$('#s4-titlerow').attr('style', 'display:block !important');
// Set the Site Title
$('#DeltaPlaceHolderPageTitleInTitleArea').text('Search Center');
// Hide the search icon
$('#searchIcon').hide();
// Remove the top margin
$('.ms-searchCenter-refinement').css('margin-top', '0');
// The following line is only needed for firefox
//$('body').append('<style>#s4-titlerow { display: block !important; }</style>');
</script>
More reference:
http://www.eliostruyf.com/display-the-title-row-top-navigation-in-the-search-centers-of-sharepoint-2013/
http://sharepoint.stackexchange.com/questions/25353/how-do-i-add-the-top-link-navigaton-bar-to-the-enterprise-search-center
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • Returning more attributes in search set when inviting to new event

    Hi all,
    We are currently running SunOne Calendar 5.1 and some of our users are complaining that when inviting people to an event who have a common name (i.e. John Smith), quite often, more than one result is displayed in the search set. With two "John Smiths" who have no middle name, how do you determine who the correct person is you wish to invite?
    Is there any way of displaying other attributes in the search set (i.e. e-mail address), so users can select the correct person?
    Regards,
    Paul Hughes
    University of Wales, Bangor

    I have found a solution to this issue. It seems that when using a programmatic view object which has a transient attribute as its primary key you need to override more methods in the ViewObjectImpl so that it knows how to locate the row related to the primary key when the view object records aren't in the cache. This is why it would work correctly sometimes but not all the time. Below are the additional methods you need to override. The logic you use in retrieveByKey would be on a view object by view object basis and would be different if you had a primary key which consisted of more than one attribute.
    @Override
    protected Row[] retrieveByKey (ViewRowSetImpl viewRowSetImpl, Key key, int i) {
        return retrieveByKey(viewRowSetImpl, null, key, i, false);
    @Override
    protected Row[] retrieveByKey (ViewRowSetImpl viewRowSetImpl, String string, Key key, int i, boolean b) {
        RowSetIterator usersRowSetIterator = this.createRowSet(null);
        Row[] userRows = usersRowSetIterator.getFilteredRows("UserId", key.getAttribute(this.getAttributeIndexOf("UserId")));
        usersRowSetIterator.closeRowSetIterator();
        return userRows;
    @Override
    protected Row[] retrieveByKey (ViewRowSetImpl viewRowSetImpl, Key key, int i, boolean b) {
        return retrieveByKey(viewRowSetImpl, null, key, i, b);

  • Lately, i received "search setting notification" message popup on starting Firefox 3.6.10. I manually changed my search to Bing. But after closing all firefox windows, it was changed to Yahoo and that notification message.

    I am referring to the Search Bar on the upper right corner of the firefox screen. Where there is an option to "Manager search engines...". I even delete the Yahoo entry. But when i restart firefox, i got that "Search Setting Notification" message and the #$@? Yahoo is there on the upper right corner as my default search engine.

    (1) Firefox's built-in post-crash page has not been a real HTML page for a long time (for example, from the time of Firefox 22, see: [https://support.mozilla.org/en-US/questions/968212 Want to save LOTS of versions of "Restore Session.xht" from the "oops ..." page for later use]). If you had this working differently with Firefox 25, that might have been created by an extension.
    You can check to see whether extensions are disabled or need an update on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. The disabled extensions cluster toward the bottom of the list. To poll for updates, use the "gear" button above the list and choose Check for Updates.
    If you used the Reset feature (or Firefox automatically did a reset due to some problem during upgrading), you will need to reinstall missing extensions. The reset feature creates a folder on the desktop named Old Firefox Data. Do you have that folder? There may be data you can recover from it.
    (2) There are many ways for history to get cleared, both internal to Firefox and external. Could you double-check your Privacy settings?
    orange Firefox button (or Tools menu) > Options > Privacy
    * The "Firefox will" drop-down says Remember History: Firefox shouldn't be clearing history, but an add-on or external software could do it
    * The "Firefox will" drop-down says Use custom settings for history: inspect the "Clear history when Firefox closes" setting to make Firefox isn't set to clear history. Also check your add-ons and consider external software.
    Firefox normally accumulates months of history. However, some of Firefox's database sizes are based on disk space available. If your hard drive is very full, Firefox might reduce the amount of history stored.

  • Search set of Characters in String in mapping

    Hello All,
    I want to search for a set of characters in a string and I want to do this in mapping.
    Can anyone help me in resolving this?
    Example:-
    String = "SAP PI is an Integration Tool"
    Search = "an Integ"
    OR
    just search for "an Integ" in the String.
    The String length can always change and the position of "an Integ" can also change.
    Please help!
    Thanks for your help and time,
    Abhi
    Edited by: Abhi_1516 on Nov 19, 2009 7:08 PM

    Thanks Sunil, for your quick response.
    I tried using that, but it's returning the index of the first occurrance of the Sub String and not "-1" as you have described.
    I am trying to write an UDF and I am getting syntax error ... where I am doing wrong?
    +int ind = (param2 + 7);+
    String str1 = param1.substring(param2,ind);
    String flag;
    if ( (str1.equals("an Integ")) )
    +     flag = "a";+
    else
    +     flag = "b";+
    return (flag);
    param1 and param2 are input parameter in the UDF.
    THanks for your help,
    Abhi
    Edited by: Abhi_1516 on Nov 19, 2009 7:35 PM

  • Safari search set to Google, but I get Yahoo results??

    My search engine preference is clearly set to Google.  And even when I start typing a topic in the search field, I see it says "Search Google" in blue letters next to what I'm typing, but when I press Return, I see Yahoo search results.  why?
    I''m running
    Mac OS 10.10.1
    Safari 8.0

      Remove adware using an app.
       Use  free  AdwareMedic by clicking “Download ” from here
       http://www.adwaremedic.com/index.php
       Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
       Once done, quit AdwareMedic by clicking AdwareMedic in the menu bar and selecting
       “Quit AdwareMedic”.
       Safari > Preferences > Extensions
       Turn those off and relaunch Safari again.
       Turn those on one by one and test.
                   or
       Remove the adware  manually  by following the “HowTo” from Apple.
       http://support.apple.com/en-us/HT6506
       Safari > Preferences > General > Default Search Engine:
       Select Google.

  • Tagging in MMS and set the default search center url through power shell

    Hi,
     Would like to know below things are psosiblke through Power Shell.
    Check the checkbox from the term store management tool [ for Managed Metadata Serv.]'s navigation section and for the tagging feature.
    2) In the search setting section of site collection administration, i  need to enter the  default search center  url, [ i have created search center sub site in al of my site collections.] my site collectons in the farm is  more
    than 50. so i  cant enter the url of search center url [/sites/site1/sc/pages/results.aspx ] manually.

    can someone pls help...

  • "Set IP Address.vi" crashes with Error 56 (timeout)

    I use a CompactRIO-9014 controller with LabVIEW 8.5 on a Windows Vista laptop. The cRIO communicates with the laptop over a crossover cable. I am trying to do system replication using the "Set IP Address.vi" to assign an IP address to my cRIO. The MAC address supplied to the VI is gathered correctly from the "Find All Targets.vi". The hostname used for the cRIO is the name assigned to it in Measurement and Automation Explorer. I downloaded the "Set IP Address.vi" from the LabVIEW Real-Time Module --System Replication Tools(Version 8.x), dated 08/17/2006. The same problem was located on www.ni.com > Search > Set IP Address.vi problems. There, a responder stated that the user should seek the most recent version of the System Replication Tools, and the problem should be therefore corrected. However, my 08/17/2006 version still has this error, and I cannot find a more recent version on www.ni.com.
    A sample program that exercises this VI is attached as Replicate 04.vi.
    Is there a user out there who has encountered this problem and found a solution?
    Thanks,
    Ben
    Attachments:
    Replicate 04.vi ‏25 KB

    Have you tried:
    ftp://ftp.ni.com/support/labview/labview_rt/SystemReplication/RTSystemReplication8x.zip
    it seens to be from 2008.

  • Lack of World or Non-English language films and search filter in Australia

    iTunes Australia doesn't have a search set up for World or Non-English language films in Australia whereas it does in US. Please fix and please also include more titles - very limited to the point of embarrassing Apple...

    We are fellow users here on these forums, if you want to leave feedback for Apple then you can do so via this page : http://www.apple.com/feedback/itunesapp.html
    In terms of the films that are available there, Apple can only sell the films that the studios/rights-holders have granted them licenses to sell there. You can try requesting that films be added, but unless the studios agree to it then Apple won't be able to add them : http://www.apple.com/feedback/itunes.html

  • Firefox was a good, but now it's slow and when I search google I have to refresh the page when I click the back button. This is driving me to other browsers.

    When searching in goole, If I click on a link and want to go back a page firefox does not load the previous google search without refreshing the page. Because I use google frequently this is very annoying. Firefox has also been freezing and crashing most frequently of any of the other browsers that I have been driven to use. I'm not sure why I should keep it on my computer at this point.

    Regarding the Google results page blanking out when you go back, this occurs when using a combination of three settings, which may be fairly common:
    * Zoom level higher than two steps (120%; the newest versions of Windows apparently default to 125%, which Firefox detects and adopts)
    * Google search set to instant prediction results (default on Google search, but can be disabled in Search settings, see [https://support.google.com/websearch/answer/186610 Google Instant Search Help])
    * Opening results in the same tab, then using the Back button to return to the results page (default on Google search, but can be changed in Search settings to open results in a new window/tab, see [https://support.google.com/websearch/answer/425 Google Search Help])
    Firefox's cache feature attempts to maximize speed for forward and back actions by storing the last rendering of the page. Something about the instant prediction results ''with zoom'' is causing Firefox to briefly display the results and then they blank out and you have to reload the page to get them back. The mystery is why this only occurs (so far as I have heard) on Google? Is one of Google's scripts blanking out the page? Does Google care that it's messing up Firefox users?
    For now, if you do not want to or cannot change any one of the three factors needed to experience this problem, you can disable the storage of the last rendering of the page. Then Firefox will skip the shortcut and lay it out fresh, which is known to work. As noted in earlier posts, you make this change using the about:config preferences editor.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''sess''' and pause while the list is filtered.
    (3) Double-click the '''browser.sessionhistory.max_total_viewers''' preference and change it to 0 (that's a zero).
    This thread has a lengthy discussion: [https://support.mozilla.org/en-US/questions/970863 When I go back to Google search results page, it takes me to a blank Google screen].

  • How do I add Auto Complete and how in the world do I get searches to open in a new page.

    I just downloaded FireFox and need help with two things.
    One how do I get auto complete in FireFox. The download has removed this feature in my Google toolbar.???
    and two how do I get the searches set to open in a new window. I do not like tab browsing.
    I went to tools and checked the box to open new windows in a new tab, but i don't see this happening. Maybe I am just assuming that this is the right setting to select.
    I just want my searches to open in a new window, not in the same window or tab.
    I have Firefox, Google, Bing and Norton search bars. I need all 4 in my business.
    Before the download I was at least able to get Google, Bing and Norton to open in new windows but now they are not. Nothing from any of the search bars will open in a new window

    Did you install the Google Toolbar for Firefox? It has its' own autofill setup, separate from the rudimentary "form fill" that Firefox has. It also has its' own Searchbar, with its' own settings..
    If you are talking about having searches from the Firefox Search Bar open in a new Tab. ''There is no setting for opening a search in a new window.'' <br />
    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.'' <br />
    Filter = '''browser.search.openintab''' = double-click that preference to toggle it to '''''true''''', then restart Firefox

  • When "Use Google Instant", "Open search results in a new browser window." does not function.

    In the "Google Search Setting", if select "Do not use Google Instant", then the selected search result of Google Search will be displayed in a new window, but if "Use Google Instant", the selected result will replace Google Search window. This problem does not exist when using Chrome Browser.

    That does what it says - even if Google tells the browser to open the page in a new window, you have told Firefox to ignore that and open it in a new tab. Uncheck the box and you should get the result you want.

  • How do you change the Spotlight Search from Google to Yahoo???

    Does anyone know how to change the Spotlight Search setting in Safari 4 (Non Beta) from Google to Yahoo? I assume there is a way to do this though Terminal but all I can find are commands for the the Beta and not he final version.

    I'll echo the other suggestion given already - Glims is the way to go.
    My Safari is now set to use (oh the irony!) Live Search!
    Now if they can JUST find a way to get the address bar to revert to pre-4.0 behavior I'll be happy!
    (I'm not talking about the reload button on the far end; I'm talking about listing URLs by page title, "Top Sites", and bookmarks in that dropdown)

  • Bookmark search in location bar does not produce proper results

    (note: I have hundreds of bookmarks) I search the word "idea" in the location bark (with prefs set as searching for Bookmarks) and only SOME of the bookmarks with "idea" in the name come up. I type "ideas" and they all disappear, even though there IS one with the word "ideas". This happens even in Safe Mode.

    Does it happen in new profile? Make is as described at [[Managing profiles]] ; import the bookmarks into the new profile via the import/export to HTML feature in bookmarks - organize bookmarks window; change the Location bar search setting; check for the issue.

  • Ldap search query takes more than 10 seconds

    LDAP query takes more than 10 seconds to execute.
    For validating the policy configured, the Acess Manager(Sun Java System Access Manager) contacts the LDAP (Sun Java System Directory Server 6.2) to get the users in a dynamic group. The time out value configured in Access Manager for LDAP searches is 10 seconds.
    Issue : The ldap query takes more than 10 seconds to execute at some times .
    The query is executing with less than 10 seconds in most of the cases, but it takes more than 10 seconds in some cases. The total number of users available in the ldap is less than 1500.
    7 etime =1
    6 etime =1
    102 etime=4
    51 etime=5
    26 etime=6
    5 etime=7
    4 etime=8
    From the ldap access logs we can see the following entry,some times the query takes more than 10 seconds,
    [28/May/2012:14:21:26 +0200] conn=281 op=41433 msgId=853995 - SRCH base="dc=****,dc=****,dc=com" scope=2 filter="(&(&(***=true)(**=true))(objectClass=vfperson))" attrs=ALL
    [28/May/2012:14:21:36 +0200] conn=281 op=41434 msgId=854001 - ABANDON targetop=41433 msgid=853995 nentries=884 etime=10
    The query was aborted by the access manger after 10 seconds.
    Please post your suggestions to resolve this issue .
    1.How we can find out , why the query is taking more than 10 seconds ?
    2.Next steps to resolve this issue .

    Hi Marco,
    Thanks for your suggestions.
    Sorry for replying late. I was out of office for few weeks.
    1) Have you already tuned the caches? (entry cache, db cache, filesystem cache?)
    We are using db cache and we have not done any turning for cache. The application was working fine and there was no much changes in the number of users .
    2) Unfortunately we don't have direct access to the environment and we have contacted the responsible team to verify the server health during the issue .
    Regarding the IO operations we can see that, load balancer is pinging the ldap sever every 15 seconds to check the status of ldap servers which yields a new connection on every hit. (on average per minute 8 connections - )
    3) We using cn=dsameuser to bind the directory server. Other configuration details for ldap
    LDAP Connection Pool Minimum Size: 1
    LDAP Connection Pool Maximum Size:10
    Maximum Results Returned from Search: 1700
    Search Timeout: 10
    Is the Search Timeout value configured is proper ? ( We have less than 1500 user in the ldap server).
    Also is there any impact if the value Maximum Results Returned from Search = set to 1700. ( The Sun document for AM says that the ideal value for this is 1000 and if its higher than this it will impact performance.
    The application was running without time out issue for last 2 years and there was no much increase in the number of users in the system. ( at the max 200 users added to the system in last 2 years.)
    Thanks,
    Jay

  • Addiing fixed filters to Advanced Search

    We have a set of libraries with custom columns in each. These are resulting from importing metadata from a legacy document management system. What I need to be able to do is to set up a way of searching each of these libraries and associated metadata in
    isolation from each other.
    I have created a page for each library using the advanced search web part and tried to customise it. I can add the metadata search fields sucessfully and use them to narrow down the search but the results page returns results from the whole subsite. I have
    had limited sucess using an additional column for each library that has a unique name and I can use the drop down to search that but I would like to be able to force that in the search.
    I can do it with the simple search (setting additional query terms) but then I don't get the option to add the restrictions for the other columns. I thought I could edit the keywordQuery field to add in something like
    metaterm:"ABC"
    This works if I add it to a result type that already specifies a document type but not for the generic "All Results". What have I missed.
    The result type that works only works if I use the OR operator and not the AND operator, I would have expected the AND to give me what I want and the OR to give me lots more results.
    Hope someone can help
    Thanks

    Hi,
    Based on your description, you want to search from each library.
    My suggestion is that you can create search scope for every library and use the scope in the Advanced search web part.
    1. Create search scope for every library, and when you create, you should choose the advanced search, only you choose the advanced search, the search scope will display in the advanced search web part.
    2. Edit the advanced search web part, choose the show the scope picker, you can see the search scope in the advanced search web part.
    How to create a search scope:
    http://www.bentedder.com/create-a-search-scope-for-a-sharepoint-2010-list-or-library/
    Best regard,
    Victoria
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Dumb questions...

    Is there a free download of iMovie that will let me edit movies and audio? I've got what seems to be an old version (4.0.1) and it doesn't seem to have the crop markers under the scrubber bar as indicated in one of the tutorials. I don't really want

  • Re: Regarding HR ABAP

    Hai Experts, i need to know in which infotype company code is stored in HR Organizational management,i.e in HRP tables. can u please tell me the solution as soon as possible. With Regards, R.Dhineshraj.

  • CProjects special characters

    Hello all we import a german MSP file who contains characters like ä ö ü. After the import these characters will not be shown correctly in cProjects. They appear as '#'. Thanks in advance for your help. regards, Patrick

  • How to use debugproxy for debugging on AS-Java?

    Dear Sirs, I'd like to debug java program on AS-Java without occupying AS-Java instance. I expect debugproxy can help it. I could enable it on SAP Management Console, but I don't know how to use it with NWDS. Could I get instraction of using debugpro

  • ODBC error generating temp file: "Unable to create file buffer" Server 2008

    Guys: I have a 32 bit application that has been running for years with no problems under XP and MS Server 2003. To access the oracle DB we use MFC drivers and ODBC system datasources for Oracle 10g and 11g. We recently moved from MS Server 2003 to Se