Search folders not functioning as expected

I have several search folders setup to show unread email messages. When setting up the different search folders, I selected the folders I want searched for each different search folder, I deselected "Search subfolders". Problem is, several of
the different search folders are showing results that are in folders that aren't listed in the "Searching in X folder(s):" section. Any idea what would cause this behavior and how to fix it? 

Hi,
How do you search your Search Folders?
Generally, there is no Subfolders option when searching the Search Folders:
Please select Current Folder and do the search to check the search results.
Regards,
Winnie Liang
TechNet Community Support

Similar Messages

  • SCM Upgrade 4x to 7 Macros have issues not functioning as expected

    Hi All,
    We have upgraded SCM 4x to 7 and some of macros are not functioning as expected.
    This is a start macro Specifically for lay out attributes macro where many of the key figures are editable, which are not suppose to be.
    I have deactivated and activated, I have also verified the syntax of the production and quality macros. I did not find any difference. but behaving differently.
    Please share your thoughts any one come across this kind of issues.
    Appreciate your help.
    Thanks,
    Sreeni

    Sreeni,
    When you upgraded from 4.1 to 7.X, did you have to go throuh any interim steps like to 5.0 or 5.1 first.
    My understanding is that you can go from 4.1 directly to 7.0.
    Can you share your experience. Do you have any lessons learned that you put into a document that you would share.
    Shane

  • Notify when self password reset is not functioning as expected

    Hi Team,
    We are on EP7 and we have enabled the users to reset their own passwords.This function works at times and few occasions users don't receive emails after reseting the password. All the required configurations are in place. So we are caught in a situation where we are not sure whether to advise the users to use this function or we do a manual reset of passwords for them.
    Is there anyway that we get a notification when this particular service is not working as expected.
    regards
    bharat

    Hi,
    you told that it is working for some users.
    check the email id property of users for those who r unable to get email or smtp server down at that time?
    whether that particular email domain is allowed from smtp server.
    Regards,
    Koti Reddy

  • CRM Search for business transactions, not functioning as expected

    Hello All:
    I am not sure if this is a authorization issue or something to do with config.
    Using transactions CRMD_BUS2000120 - Process Complaints and CRMD_BUS2000126 - Maintain Activities I am trying to perform an open/all search on documents the user has access to, but for some bizarre reason it only lists the documents to which the user is defined as 'own'. But, if I try to open a document for the transaction type the user is authorized to, it lets me open it.
    From a security settings perpective, i would think that the system would perform a check in the following order:
    1) Your own documents (authorization object CRM_ORD_OP)
    2)   a) Authorization objects CRM_ACT, CRM_OPP, CRM_SAO, CRM_SEO, CRM_CO_SE, CRM_CON_SE, CRM_LEAD, CRM_CMP, CRM_CO_SA, CRM_CO_SC
    b) Authorization object CRM_ORD_PR
    c) Authorization object CRM_ORD_OE
    any suggestions?
    Thanks
    KT

    Hi Ravindranath
    Check if your system time zone settings are correct:
    IMG>SAP Web Application Server>General Settings>Time Zones>Maintain System Settings
    IMG>SAP Web Application Server>General Settings>Time Zones>Maintain Time Zones
    Hope this helps
    Regards
    Pragasen

  • Simple Search is not working as expected

    I am trying to execute code from the Brian "Bex" Heff book. The code is simple but I cannot figure out an error I'm getting. When I hit the search button I get following error.
    A Runtime Error has occurred.
    Do you with to Debug?
    Line:1433
    Error: 'document.QUERYTEXTCOMPONENTS.QueryBuilderQuery.disabled' is null or not an object
    If I hit no I got the landing with with all the serach result. It seems like I not passing the querytext value to the next page.
    Any idea on what is causing this?
    We are on 10g.
    hcst-advanced-search.hcst code.
    <html>
    <head><!--$include ss_layout_head_info-->
    <!--$PageTitle="Guest Search Page"-->
    <!--$if isTrue(IsLoggedIn)-->
    <!--$PageTitle="Search Page For " & UserName-->
    <!--$endif-->
    <!--$include std_query_html_head_declarations-->
    <script language="JavaScript">
    <!--$include query_form_submit_form_function-->
    </script>
    </head>
    <!--$include body_def-->
    <!--$include std_page_begin-->
    <h3 class=pageTitle>HCST Search Page</h3>
    <form name="QUERYTEXTCOMPONENTS">
    <input type=hidden name="QueryText" value="">
    <table>
    <tr>
    <td align=right><span class=searchLabel>Title</span></td>
    <td>
    <input type="hidden" name="opSelected"
    value="hasAsSubstring">
    <input type="text" size=30 name="dDocTitle"
    value="">
    </td>
    </tr>
    <tr>
    <td align=right><span class=searchLabel>Content ID</span></td>
    <td>
    <input type="hidden" name="opSelected"
    value="hasAsSubstring">
    <input type="text" size=30 name="dDocName" value="">
    </td>
    </tr>
    <tr>
    <td align=right><span class=searchLabel>
    Release Date From</span></td>
    <td align=left>
    <input type="hidden" name="opSelected" Value="dateGE">
    <input type="text" size=12 maxlength=20
    name="dInDate" value="">
    <span class=searchLabel>To</span>
    <input type="hidden" name="opSelected" Value="dateLess">
    <input type="text" size=12 maxlength=20
    name="dInDate" value="">
    </td>
    </tr>
    <tr>
    <td align=right><span class=searchLabel>Full Text</span></td>
    <td><input type="text" name="FullTextSearch" size=30></td>
    </tr>
    </table>
    </form>
    <!--$c="This page is hcst-advanced-search.hcst, and we wish to render the results with the template hcst-advanced-search-results.hcst"-->
    <!--$urlTemplate = strSubstring(fileUrl, 0, strLength(fileUrl)-5)& "-results"-->
    <form name="SEARCHFORM" method="GET" action="<!--$HttpCgiPath-->">
    <input type=hidden name="IdcService" value="GET_SEARCH_RESULTS">
    <input type=hidden name="urlTemplate" value="<!--$urlTemplate-->">
    <input type=hidden name="QueryText" value="">
    <input type=hidden name="ResultCount" value="5">
    <table>
    <tr>
    <td><span class=searchLabel>Sort By:</span></td>
    <td><select name="SortField">
    <option selected value="dInDate">Release Date
    <option value="dDocTitle">Title
    <option value="Score">Score
    </select>
    </td>
    <td><select name="SortOrder">
    <option value="Asc">Ascending
    <option selected value="Desc">Descending
    </select>
    </td>
    <td>
    <input type=submit value ="Search" onClick="submitFrm(false)">
    </td>
    </tr>
    </table>
    </form>
    <!--$include std_page_end-->
    </body>
    </html>
    Edited by: user642006 on Apr 16, 2009 12:02 PM

    Hi
    I did not go through the complete code that you have put here.... but from the error "ent.QUERYTEXTCOMPONENTS.QueryBuilderQuery.disabled' is null or not an object it looks to me the js code for the querytextcomponents function is not initialised correctly. May just put a debug statement right before and after the code is called to see what value is being passed to this variable and check if thats the value you expect it to get.
    Hope this helps
    Thanks
    Srinath

  • [Test(expects="Error")] not functioning as expected

    When testing against implementation code which is expected to throw an exception the test fails even when the expected exception is thrown.
    I broke this test down into a very simple example to help illustrate the issue:
    public class ExpectsExampleTest
        [Test(expects="Error")]
        public function testExpects():void
            throw new Error();
    The above code result in the following error:
    6/11/2009 23:23:39.519 [WARN] FlexUnit4 There was 1 failure:
    6/11/2009 23:23:39.522 [WARN] FlexUnit4 1 tests::ExpectsExampleTest.testExpects Error
    Not sure if I am missing something or not, however the implementation appears to be correct.
    Thanks,
    Eric

    mlabriola wrote:
    Eric,
    there was a bug surrounding this issue. Latest bits in SVN should have it corrected. There was a difference between the docs and code.
    if you get the latest, it will work as is, or, you can change the word expects to expected and it will likely work in yours.
    It the new version it accepts either,
    Mike
    thanks mike, you're right

  • About:home search does not function in Linux Mint 15

    I installed a fresh copy of Linux Mint 15 (Cinnemon) recently. It comes pre-packaged with Firefox, but after setting the homepage back to the default (about:home), I noticed that the search bar on that page wasn't working. By that I mean the form does not submit neither by pressing Enter or clicking the "Search" button.
    I've removed all add-ons, removed and reinstalled Firefox a few times, tried the Reset feature, deleted and recreated profiles, manually reset config options to default, and anything else I could think of. Nothing has helped.
    Some users with a similar issue have mentioned that deleted chromeappsstore.sqlite helped, but this file is never even created for me. Additionally, localStorage["search-engine"] is undefined according to the console, yet Google is set as the defaultenginename.
    Any ideas on what else to try?

    The SearchReset only resets the involved prefs.<br />
    If the actual search engines are missing then the extension won't help.
    Current Firefox versions use the default search engine (pref: browser.search.defaultenginename) to set the search engine that is used on the about:home page.
    *browser.search.defaultenginename
    Currently selected search engine:
    *browser.search.selectedEngine

  • Keyword search is not functioning at SAP MDM catalgue

    Hi
    W e are facing issue in keyword search at SAP MDM catalog.
    Normally we used to search by the description of catalog items like key pad, LCD, charger e.t.c, and system display list of material available at catalog with vendor and price details.
    Now we are facing issue that as soon as we provide the description and click on search there is no result at all
    But if we click reset search all the available catalog items are getting displayed.
    The issue is if provide one particular item and click on search we are not getting list even though the catalog item has been maintained and available at MDM.
    Kindly through some light on this issue to explore and get suitable solution.
    With thanks and regards
    Vijayakumar .G

    Hi,
    If you want to perform keyword search  then first you have to check if description field as you mentioned in MDM is Set to property Keyword  = Stemmer.
    and if it is keyword enabled then try with asterik operator e.g. *LCD and see if you are getting the result.
    For more info please follow the thread below:
    http://forums.sdn.sap.com/thread.jspa?threadID=2115021
    Regards,
    Neethu Joy
    Edited by: Neethu joy on Feb 23, 2012 11:28 AM

  • AppleScript to play playlist starting at certain track not functioning as expected...

    I'm trying to write an AppleScript that scans a playlist called "iMac Shuffle" and finds the last song that was played in the playlist by comparing the last played date of the next track to see if it is less than the current track, in which case play that track. This is my code so far:
    tell application "iTunes"
         set i to 1
         repeat while played date of track i in playlist "iMac Shuffle" < played date of track (i + 1) in playlist "iMac Shuffle"
              set i to (i + 1)
         end repeat
         reveal track (i + 1) in playlist "iMac Shuffle"
         play track (i + 1) in playlist "iMac Shuffle"
    end tell
    It finds the correct track and begins playing, but when the track ends, it always seems to skip to the song after the last tracked I manually started playing.
    For example, I manually played track 3 but paused it halfway through. I ran my script and track 6 started playing, which is correct according to the last played date, so all is well. However, when track 6 ends, instead of track 7 playing, track 4 begins.
    This is incredibly frustrating. Does anyone know why this is happening?

    This is, I think, the expected behavior. If itunes is playing a playlist, and applescript interrupts to play a different song, then next track ought to send it back to the next track in the playlist before the interruption, not the next track after the interruption. The workaround is not to use the next track command, but specify tracks directly.  i.e.:
    tell application "iTunes"
              set t to (get selection)
              repeat with i from 1 to 5
                        play item i of t
                        repeat until player position > 3
                                  delay 1
                        end repeat
              end repeat
      stop
    end tell

  • TDMS file viewer not functioning as expected

    I'm new to LV so I'm probably doing something obvious to the battle hardened among you, I'd appreciate a hand!
    I've got a cRio that's running a modified version of one of the datalogging examples, and it's logging to its internal memory, which I FTP into and collect when done. But I'm having some issues with viewing it after. I've created a VI on the host system that looks for the TDMS files on the C drive of the host. I log a file with name "data". I copy over the TDMS and TDMS_Index files to the C drive of the host computer and run the TDMS fileviewer VI on the host, which checks for the file existing and opens it. If the file isn't there it complains, of course (but shows old data in the background). If it is there it opens it. However this is where the problems begin.
    The index headers for the top of the columns of data seem to be changed inside the files but do not always change in the fileviewer output, and the data seems to never be updated with the new data, despite all files having been erased in between runs. I've tried 4 or 5 re-loggings and always get the old data, and often the old indexes. Out of curiosity I changed the log filename to "data2" and changed the viewer path to the new file, copied it across and opened it and it worked flawlessly. Then delete-all and re-recording with the "data2" filename the problem returns - old data held until filename changed.
    The files on the CRio and host are definitely changing each time - their sizes vary when copied across - but the viewer VI doesn't seem to reflect any changes unless the filename is changed on each run, which is a pain. I assumed LV may have some sort of cache of the data, so tried closing LV down each time but it didn't help at all.
    Any ideas? As I say, probably something very obvious but I'm new to LV and haven't spotted it.
    Cheers

    Hey James,
    Your code seems fine; I won’t be able to run it as I don’t have access to
    the Hardware at the moment our RIO is currently under test. However I would
    like to get a screen shot of the TDMS file viewer and also a copy of the TDMS
    file, a brief description of how you want the file edited would be perfect. I
    have done some small re-architecting to your code also. I have just moved the
    data display to the host, as in your "untitled" VI you had a timed
    loop and a normal loop in the same frame. The normal loop in this condition
    will take priority over the timed loop and this could be the reason behind the
    strange data logging experienced in your system. Remember your rules of data
    flow in LabVIEW, so long as all you functions are joining via wires they will
    execute in order and therefore there is no need for sequence structures.
    I have attached the modified code to this post.
    Regards
    Andrew George @ NI UK
    Attachments:
    Host.vi ‏17 KB
    RIO.vi ‏86 KB

  • HT3737 Desktop directory not functioning as expected

    When I open up desktop as a window (directory) the listing options are grayed out, so if, for instance, I want to list by "Date Modified" it will not work.
    All the listing options at the top of the page are non functional, where can I fix this? OSX Lion 10.7.4
    Thanks!

    Thanks for responding so quickly.  I had just determined it was a "pin" issue.  I removed the pin and now it works normally.  Seems like mobile browsers should be allowed to scroll horizontally while zoomed in even if the menu bar is pinned.
    The test site is www.creativegraphicsnc.com/hold/bluedog
    I'm a Sitegrinder user looking to make a change and am new to Muse.  I've got a lot to learn.

  • Locking SMPTE position not functioning as expected

    After I've locked a region's smpte position and resize it from the bottom left corner, the region does not 'snap back' to the "locked" position as I understand it should.
    Am I missing something?
    I'm on Logic 8.01
    Thanks,
    Shaun

    mlabriola wrote:
    Eric,
    there was a bug surrounding this issue. Latest bits in SVN should have it corrected. There was a difference between the docs and code.
    if you get the latest, it will work as is, or, you can change the word expects to expected and it will likely work in yours.
    It the new version it accepts either,
    Mike
    thanks mike, you're right

  • NAT not functioning as expected

    I am trying to build a lab network that will simulate our production network using a pair of brand new Cisco 1921 routers. However when I setup the lab side with static nat neither the Lab Router nor the Production router will properly translate the address. When I try to ping 10.99.99.3 I get no response. 
    I have hooked up a workstation on the Lab side and it can ping the local gateway, the outside interface, and the outside interface on the remote router. However I as mentioned neither routers can ping the translated ip but the workstation can ping the local global ip. 
    I have attached the configs. I have searched through several of the Cisco documentation pdf's but I am at a loss. 
    Just a quick note on setup right now I have them paired on Gi 0/1 with a cross-over cable and Gi 0/0 will be the lan. Currently Lan is only setup on the Lab side. Outside is 10.99.99.1 and 10.99.99.2. Inside on Lab side is 10.1.20.253

    I have put output statements in with the code and I can see the page values being set, but when I turn debug on and check I can see the update happen but the two fields I am trying to update are not part of the update statement, it is like Apex does not recognize the values have changed.
    These two fields do get picked up a part of the insert on a create so there should not be anything wrong with the fields.
    very confused.

  • Process not functioning as expected

    APEX - 4.1.0.00.32
    DB version - 10g
    Web server architecture - OHS
    Browser - IE8
    Theme - 9
    I have two processes set up to capture audit trail information, (date and user that created a record, date and user that last updated a record). The create process is working as expected but the update process is not.
    create process is "on submit - before computations and validations"
    the code in the process source is
    :P6_CREATE_DATE := sysdate;
    :P6_CREATE_USER := v('APP_USER');
    :P6_LAST_CHANGED_DATE := sysdate;
    :P6_LAST_CHANGED_USER := v('APP_USER');
    I have the conditions set to "pl/sql expression" and expression is "nvl(:REQUEST,'-1') in ('CREATE')"
    that works fine, but the update is "on submit - before computations and validations"
    the code in the process source is
    :P6_LAST_CHANGED_DATE := sysdate;
    :P6_LAST_CHANGED_USER := v('APP_USER');
    I have the conditions set to "pl/sql expression" and expression is "nvl(:REQUEST,'-1') in ('SAVE')"
    I have put a message in the process success message, and can see that the update process is running, but the code is not happening as I am not seeing the date updated.
    Thank you in advance for any assistance.

    I have put output statements in with the code and I can see the page values being set, but when I turn debug on and check I can see the update happen but the two fields I am trying to update are not part of the update statement, it is like Apex does not recognize the values have changed.
    These two fields do get picked up a part of the insert on a create so there should not be anything wrong with the fields.
    very confused.

  • Search Results not working as expected with Site.URL Filter

    I have a page (SharePoint 2013 - Foundation) with a search Results web part. In that web part I have added a filter to limit the results to the specific site (and it's children). So my Query text is:
    {searchboxquery} Path:{Site.URL}*
    This works.. except for one thing. I'm guessing here but I think the "Site.URL" is returning the site that contains the search results page and not the site that actually started the search! 
    What I'm trying to do is mimic the default search behavior where a search only contains results from the current site down. So for example
    \sites\mySite\mySubSite
    If I'm on mySite and search, I should get everything from mySite + mySubSite. However if I am in the mySubSite when I search, I should only get results from mySubSite and NOT the parent mySite.
    Added info:
    the actual 'search center' is at the \sites\mysite level. Per MS documentation it states that {Site.URL} is the site from where the query was issued. To me that means that if I am on \mysite\mySubSite and initiate the search there, that it should only include
    results mySubSite which it is not doing
    Here is a screen shot.. I should not be getting any hits

    Hi,
    In SharePoint 2013, we could configure Result source to limit searched to certain content or to a subset of search results. This would be equal to a new search scope in SharePoint 2010.
    For your reference:
    http://technet.microsoft.com/library/jj683115(v=office.15)
    http://blogs.technet.com/b/tothesharepoint/archive/2012/10/09/build-a-specialized-search-experience-in-minutes-with-sharepoint-2013.aspx
    Using sample below will limit search result in subsite:
    {searchTerms} path:http://sp/sites/mysite/subsite
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for