BUG : Creating Databound Hierarchy Search does not work in  11.1.2.1.0

I've followed the example from Shay YouTube video and also from the development guide.
"How to Create a Databound Search in a Hierarchy Viewer"
http://docs.oracle.com/cd/E14571_01/web.1111/b31974/graphs_charts.htm#ADFFD22229
I drag and drop the ExecuteWithParams Operation from the Data Controls Palette.
Configure the search options as in the demonstration etc.
When I complete the task, I do not see a DVT:Search or DVT:Search Results tag in my hierarchy viewer.
Has anyone got this working on a 11.1.2.10 release?
Regards
Ollyando
Edited by: orlandok on Feb 27, 2013 10:40 AM
Edited by: orlandok on Feb 28, 2013 3:03 PM

Yep I tried from the documentation for the 11.1.2.1.0 version. I used the declarative method of droping the ExecuteWithParams option. Jdeveloper reports this error when you click OK on the dialog after setting the search options.
28-Feb-2013 11:46:09 AM oracle.adfdtinternal.model.ide.objects.editors.JUDTObjectEditor showEditorInDialog
INFO: JUDTControlEditor :: firing Object Updated ...
28-Feb-2013 11:46:09 AM oracle.bali.xml.gui.swing.dnd.DropHandlerHelper _doRegularDrop
WARNING: exception in drop
oracle.adfdtinternal.view.common.binding.operation.CreateOperation$CreateOperationXmlCommitException
     at oracle.adfdtinternal.view.common.binding.operation.CreateOperation._rollbackAllTransactions(CreateOperation.java:711)
     at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:141)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._apply(OperationProcessor.java:411)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._forceSimpleApplyImpl(OperationProcessor.java:356)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:302)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:251)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:245)
     at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper._doRegularDrop(DropHandlerHelper.java:273)
     at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper.performDrop(DropHandlerHelper.java:87)
     at oracle.bali.xml.gui.swing.dnd.ModelDropHandler.drop(ModelDropHandler.java:169)
     at oracle.bali.xml.gui.swing.explorer.ExplorerDropHandler.drop(ExplorerDropHandler.java:146)
     at java.awt.dnd.DropTarget.drop(DropTarget.java:434)
     at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:519)
     at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:832)
     at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(SunDropTargetContextPeer.java:756)
     at sun.awt.dnd.SunDropTargetEvent.dispatch(SunDropTargetEvent.java:30)
     at java.awt.Component.dispatchEventImpl(Component.java:4509)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
     at java.awt.LightweightDispatcher.processDropTargetEvent(Container.java:4312)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4163)
     at java.awt.Container.dispatchEventImpl(Container.java:2085)
     at java.awt.Window.dispatchEventImpl(Window.java:2478)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
     at java.awt.EventQueue.access$000(EventQueue.java:85)
     at java.awt.EventQueue$1.run(EventQueue.java:603)
     at java.awt.EventQueue$1.run(EventQueue.java:601)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:617)
     at java.awt.EventQueue$2.run(EventQueue.java:615)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
     at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
     at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.NullPointerException
     at oracle.adfdtinternal.model.dvt.ide.objects.bindPanels.SearchBindPanel.commit(SearchBindPanel.java:627)
     at oracle.adfdtinternal.model.dvt.ide.objects.editors.SearchEditor.commit(SearchEditor.java:125)
     at oracle.adfdtinternal.dvt.datapresdt.dnd.SearchModelProvider$1.run(SearchModelProvider.java:214)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager$1.performTask(JDevTransactionManager.java:63)
     at oracle.bali.xml.model.task.StandardTransactionTask.runWithTokenThrowingXCE(StandardTransactionTask.java:235)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:150)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager.runTaskUnderTransaction(JDevTransactionManager.java:56)
     at oracle.adfdtinternal.dvt.datapresdt.dnd.SearchModelProvider.displayBindingUI(SearchModelProvider.java:221)
     at oracle.adfdtinternal.dvt.datapresdt.dnd.DvtBaseProvider.populateBinding(DvtBaseProvider.java:121)
     at oracle.adfdtinternal.dvt.datapresdt.binding.binder.DvtBaseBinder.bind(DvtBaseBinder.java:24)
     at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bind(XmlBasedCreatorInfo.java:1060)
     at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:456)
     at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:101)
     at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:112)
     ... 43 more

Similar Messages

  • *BUG* Open Parameters Partial Search Does Not Work

    Similar question: http://forums.adobe.com/message/1773556
    Quite simply, using the open parameter #search=<keyword list> does not work at all if the search terms are partial matches.
    For example, if a document contains:
    abcdefg
    abcdef
    abcde
    abcd
    If I use the open parameter #search="abc", this will return ZERO results.
    If I use the open parameter #search="abcd", this will return ONE result.
    Is this intended? Is this a bug? Is Adobe going to respond to this?

    It isn't a bug. Read the documentation:
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

  • Personalized Simple Search with new messageLovInput - Search does not work

    I have currently set an Message LOV Input into a Simple Search Panel for IcxPorRcvSrchPG.
    I have got the LOV bringing back the correct values, but when I hit the GO button the Search does not work.
    Can someome please help me on how I am able to get the search working in the Simple Search Panel.
    Details of VO's are as follows:
    xxReceiveItemsDueVO (extended from ReceiveItemsDueVO)
    xxReceiveMyItemsVO (extended from ReceiveMyItemsVO )
    xxReceivePurchaseItemsVO (extended from ReceivePurchaseItemsVO)
    xxReceiveReqItemsVO (extended from ReceiveReqItemsVO)
    Extended Attribute I am looking to search with is xxWono.
    Current search items are working 100% with extended VO's, but when I try and search with new item, I am having no luck. The search is acting as though the new item has not even been created.
    Additional Lov Details are as follows:
    Level: Site
    Item Style: Message Lov Input
    ID: xxWONumSearch
    Data Type: VARCHAR2
    External LOV: /oracle/apps/icx/lov/webui/WorkOrderLovRN
    Prompt: Work Order Number
    Search Allowed: False
    Search Criteria: False
    Lov Map
    ID: xxWipEntityName
    Criteria Item: xxWONumSearch
    LOV Region: WipEntityName
    Programmatic Query: False
    Required: False
    Return Item: xxWONumSearch
    Framework version: 11.5.10.6RUP
    Is there a way of doing this through Personalization?
    With the version of framework I am not able to add a simpleSearchMapping through Personalization.
    Can someone please advise?
    Thanks
    Lee

    When I generate and then view the help, it looks perfect!  I changed the name of the project folder since the information is proprietary.  I have several pictures including the parent folder and the only 3 folders that are generated.  I cannot find the Webhelp output folder.  I think this is what you need to see.

  • In Robohelp 9, search does not work for some Vietnamese characters.

    In Robohelp 9, search does not work for some Vietnamese characters.

    I don't think there is anything we can do on a user to user forum. I suggest you report this to Adobe as a bug. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    If you need a more immediate response, you would need to take that up with Adobe support.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Google search does not work. It does not bring back any results and disables my internet connection until I close the brower, wait, and then open it again.

    Google search does not work. It does not bring back any results and disables my internet connection. I have to close the browser, wait, and then open it again. It only seems to happen when I am signed into my Google account. If I am signed out the search functions properly.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • With the iphone 4s sometimes the spotlight search does not work and you must restart the device. There will be an update that will fix the problem?

    with the iphone 4s sometimes the spotlight search does not work and you mustrestart the device. There will be an update that will fix the problem?

    Hi. I have 3 different casemate hard cases and i have been experiencing same problem.

  • 32-bit plugin shortcut created on windows 64 does not work in PS CS6 (32bit)

    Here is a really odd one.
    I have 32-bit and 64-bit PS installed on Windows 8. If I have a 32-bit plugin in FOLDER32, and I manually create a shortcut in the 32-bit PS Plugins folder that points to FOLDER32, 32-bit PS will not load the plugin in FOLDER32.
    If I do the same thing for a 64-bit plugin in 64-bit PS, it works fine.
    However, if I create the shortcut to FOLDER32 from a 32-bit program (such as a custom 32-bit installer tool), then 32-bit PS *can* follow the shortcut and does see the plugin in FOLDER32.
    Weird, huh?
    Message was edited by: Shmoopie99 (made title more specific)

    The WoW64 subsystem redirects shortcuts that point to the 64-bit Program Files to the 32-bit Program Files (x86) causing the plugin to not be found.
    The simplest fix would be to copy the 32-bit plugin into the Plug-Ins folder of the 32-bit version of Photoshop.
    Unfortunately Wow64DisableWow64FsRedirection does not work for %PROGRAMFILES%, so a 32-bit application would have to attempt to fix the path manually.

  • Address Book SEARCH does not work anymore

    Since the last week or so, my "Address Book" does not search at all anymore for any contacts on iCloud (which is where I have all my contacts). I saw others had a similar problem, and that one person was able to fix it -> https://discussions.apple.com/message/17417340?searchText=Address%20Book%20SEARC H%20does%20not%20work%20anymore#17417340 -> but this fix does not work for me. Interestingly it searches if I have contacts "On my Mac", which I usually don't.
    I tried exporting my address book and re-inporting it (replacing all contacts), but it did not change anything.
    Was anyone able to fix this besides the person in the above linked discussion?

    YEEHAH !!!
    I HAD THE SAME "SEARCH" ISSUE, HOWEVER I AM NOT USING iCLOUD... so my situation was yet slightly different I guess, I tried a bunch of things (exporting, reimporting etc.. Nothing worked..).
    FINALLY WHAT WORKED WAS: I deleted everything in the Application Support/AddressBook EXCEPT the Metadata folder. When I relaunched AddressBook.. everything worked fine again, searches etc.. and all icons even reappeared I guess they are also kept with the metadata info not jsut the images folder since I had deleted it) .. and all my contacts from Facebook that I had synched using Cobook and some other utility before that are also there...
    I've also played around with CoBook again.. to make sure things were stable, and so far they are.
    HOWEVER.. iCloud scares me... so I'll refrain from playing with that for now

  • I just downloaded (updated) Firefox to V 20.0.1 now the "search" does not work, either via the mouse click or the enter key. Windows XP.

    Updated to latest version, V 20.0.1 Now when on the home page the "search" does not function with mouse click or the enter key. Currently running XP Service pack 3. I also have the same problem (after same firefox update at home with my HP laptop running Windows 7.

    You can check if you still have the XML files of the default search engines including Google in the searchplugins folder in Firefox program folder.<br />
    If not then you need to reinstall Firefox.
    Try to use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    Try to delete the search.json file and a possible search.sqlite file in the Firefox profile folder.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Firefox will rebuild the search.json file from the default search engines in the searchplugins folder in the Firefox program folder and the searchplugins folder in the Firefox profile folder.
    Do a clean reinstall and delete the Firefox program folder before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 20.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Jrockit multicast bug on RHEL4, WLS cluster does not works!

    OS and Kernel Version: Linux achilles1 2.6.9-34.0.1.ELsmp #1 SMP Wed May 17 16:59:36 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
    We use Bea Weblogic 8.1SP5 with Jrockit JVM 1.4.2 on RHEL3. We upgraded to operating system to RHEL4, and found that the interface binding for multicast communication does not bind to the correct interface, it is always using the default interface. We tried it from a sample program, and found that the error is in the JVM.
    This is a critical error for us, because our application server cluster use multicast for cluster communication.
    No error msg. It seems like this BUG:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4082533 but it is solved.
    List steps to reproduce the problem:
    socket = new MulticastSocket(i);
    if(s2 != null)
    try
    InetAddress inetaddress = InetAddress.getByName(s2);
    System.out.println("Using interface at " + inetaddress.getHostAddress());
    socket.setInterface(inetaddress);
    System.out.println(socket.getInterface());
    catch(SocketException socketexception)
    throw socketexception;
    }

    Helo,
    You can reproduce it by this way (we have 6 RHEL4 servers, problem is the same). We tried with programs written in C (mcast,Tibco), multicast perfectly works on all interfaces on all servers. But in Java:
    Server:
    [wlxapp@webex3]$ uname -a
    Linux webex3 2.6.9-34.0.1.ELsmp #1 SMP Wed May 17 17:05:24 EDT 2006 i686 i686 i386 GNU/Linux
    Problem - with Bea mukticast tester (or any Java class), using the nondefault webex3-priv interface(eth1):
    [wlxapp@webex3]$ java -cp wl9.jar utils.MulticastTest -N webex3_priv -I webex3_priv -A 224.1.1.11 Starting test. Hit any key to abort Using interface at 192.168.1.1 Using multicast address 224.1.1.11:7001 Will send messages under the name webex3_priv every 2 seconds Will print warning every 600 seconds if no messages are received
    I (webex3_priv) sent message num 1
    I (webex3_priv) sent message num 2
    I (webex3_priv) sent message num 3
    Did not receive any message.
    But if we use the default webex3 interface (eth0)
    [wlxapp@webex3]$ java -cp wl9.jar utils.MulticastTest -N webex3 -I webex3 -A 224.1.1.11 Starting test. Hit any key to abort Using interface at 10.4.20.4 Using multicast address 224.1.1.11:7001 Will send messages under the name webex3 every 2 seconds Will print warning every 600 seconds if no messages are received
    I (webex3) sent message num 1
    I (webex3) sent message num 2 Received message 2 from webex3
    I (webex3) sent message num 3 Received message 3 from webex3
    Works perfectly.
    TCPDUMP:Messages are out from server(other srv also see it), so we have problems probably with receiving them:
    [root@webex3]# tcpdump -i eth1
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth1, link-type EN10MB (Ethernet), capture size 96 bytes
    11:42:56.647362 IP webex3_priv.idmz.t-mobile.intra.afs3-callback > 224.1.1.111.afs3-callback: rx type 95 (1472)
    11:42:56.648168 IP webex3_priv.idmz.t-mobile.intra > 224.1.1.111: udp
    11:42:56.648245 IP webex3_priv.idmz.t-mobile.intra > 224.1.1.111: udp
    We examined the lsof output, the tester bind to all interfaces, so it should receive the messages:
    [wlxapp@webex3]$ /usr/sbin/lsof -p 11127
    gij 11127 wlxapp 8u IPv4 150320 UDP *:afs3-callback
    We tried the test with Java 1.4.2 and 1.5 (Jrockit and Sun), the results are the same.
    You can easily reproduce the problem with an RHEL4 server with 2 network interface.
    Our real problem that if multicast have problems, our Weblogic clusters does not works.

  • Search does not work on webhelp or webhelp pro

    I save and generate with webhelp or webhelp pro-- search function does not work. If I open the same project on another system with robohelp and save and generate it ( during save/generate, I reselect DHTML>Pure HTML and check Search input field in toolbar)   SEARCH FUNCTION WORKS!
    It looks to be configuration or corruption with my robohelp? Any suggestions?

    Yes, I think you may have found your issue there – try deactivating, uninstall RH and reinstall.

  • Search does not work in one of the site collections

    The Search in one of the site collections in my extranet sites is not working. When I search it the does return any results, it's not finding anything. I went to search just the documents library it does not work as well. I didn't find any errors in the
    log or event viewer. All other site collections the search work fine. There is no exclusion in the search rule. The site collection is set as searchable. The site has no crawlog log.  
    Any help?

    No. I added pdf.  The site collections is not being crawled it doesn't exist in any of these tables .msscrawlhistory
    .msscrawlcontent
    .msscrawlurl

  • BINARY SEARCH does not work as before after upgrade

    We recently upgraded from HRSP 26 to HRSP 40 as well as similar upgrades in non-HR areas on our ECC 6.04 system.  We've been in SAP since 1998, and have a lot of old custom programs which were written when we were still new at ABAP.  In a few, we put records into an internal table sorted the table, maybe added a few more records to the table, and did a READ BINARY SEARCH.  Granted, this is not correct, adding records to a table after it is sorted.  But these programs have worked for more than 10 years and now, since our upgrade, the READ BINARY SEARCH does not always find a record where it did before the upgrade.
    So this is mostly just a heads-up.  If you are missing data in reports after upgrading, this might be the issue.  Also I am wondering if anyone has experienced this.
    Heads-up!
    Janice Ishee

    Hi Janice,
    you did not give any context. Please note that it is a popular error to think that a SELECT statement will fetch data in order of the primary key of the table - although it happens quite frequently. So always first sort, then binary search.
    Probably not related to upgrade.
    Regards,
    Clemens

  • Adobe Create PDF Desktop Printer does not work, receive error mail

    the program to print adobe does not work. does not print from the internet. txt file does not print. Word does not print. does not send the documents to print and the e-mail always arrives unsupported file. impossible because there are the list of file types that I want to print. fake

    Hi Pleso
    Can you login to this website https://createpdf.acrobat.com/signin.html using same account?
    Please email me directly at [email protected] and we can do a online session to troubleshoot this issue.
    Thanks
    -sarabjit

  • Solved: Quick search does not work with FF4

    [https://docs.google.com/leaf?id=0B1WuaaPz4AKtMDk1MDA2ODktN2NlYy00NTg2LWJmOGUtNDI3ODdiYzQzODli&hl=en failed quick search example]
    As you can see from the image above, I have a quick search defined for 'am' which is set as a 'keyword' for an Amazon.com search. When I type the keyword followed by a search term it it displays an error page with a path to some resource in a .jar file.
    Note the save URL does not include a %s. It used the previously document behavior of having any text that followed the keyword appended to the keyword URL.
    When I add the %s to the end of the saved quick search URL, the quick search works correctly. This change confused me for a while until I dug into it and now I need to check and update all of my quick searches. :-(

    Hi qzy,
    When you enable anonymous access in SharePoint, did you want the anonymous user have the permission
    to access the site content such as library or just need them to be capable to search? You may need to check your configurations according to the document below based on your requirement.
    http://technet.microsoft.com/en-us/library/cc263363.aspx
    When you enable search for anonymous user for the site collection, is it a team site or publishing
    site? By default team sites are designed for intranet site so search on Team Site with default value will be prompted for
    credentials because “OSSSearchResults.aspx” page is configued to publish results based on “LayoutsPageBaseClass(Microsoft.SharePoint.WebControls)” class. The LayoutsPageBase Class Represents an application page (sometimes
    called a "_layouts" page). If you want to do that in team site, you need to remove the “LayoutsPageBase Class(Microsoft.SharePoint.WebControls)” from “OSSSearchResults.aspx” page, which is not a recommended way.
    Publising Sites are desinged for internet site so “Search/Results.aspx”
    is configured in a way where it can deliver search results for
    anonymous users. If in your scenario it’s for publishing site, you need to ensure that the content which should appear in the search result is visible for anonymous user. (Follow the “Enable anonymous access for individual lists”
    part in the link above)
    You can also create a search center to see if the user can get search result there. Regarding the
    second issue, you need to check the crawl logs and ULS logs to find the clue.
    For more information, please refer to:
    http://blogs.devhorizon.com/reza/?p=498
    Hope this helps.
    Lu Zou

Maybe you are looking for