*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

Similar Messages

  • 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

  • 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

  • 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

  • When I try to open a new tab using the "+" on the toolbar, nothing happens. Even trying to use the cntl t to open a new tab does not work. To open a new tab, I must right click on a hyperlink. how can I correct this? Using Firefox 3.6.18

    When I try to open a new tab using the "+" on the toolbar, nothing happens. Even trying to use the cntl t to open a new tab does not work. To open a new tab, I must right click on a hyperlink. how can I correct this? Using Firefox 3.6.18

    The Ask Toolbar is causing that in the Firefox 3.6.13+ versions. Uninstall that extension.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • Why does right clinking on link and selecting open in new tab does not work?

    Why does right clinking on link and selecting open in new tab does not work?
    It opens up a blank page. The only way to make the link work is to click on the navigation bar in the new tab and press enter to reload the link.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    1.You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. <br />
    2. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • 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.

  • 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.

  • Open a view twice does not work

    Hello,
    I have a problem with bsp-views:
    I open a new window via the JavaScript command
    <script type="text/javascript" language="javascript">
      open( "<%= controller->mv_srch_url%>",
            "searchTask", "resizable=no, scrollbars=no,
             status=yes, menubar=no, width=320, height=522,
             top=50, left=50" );
    </script>
    If I close this window via the 'X' on the upper right corner of the window and want to open the popup again it doesn't work. This JavaScript command passes correctly but no window is opened.
    If I close the popup via a button where a submit is made to the calling (parent) document and open it again, everything works fine.
    Now I have two questions:
    1. Does anybody have an idea why the popup cannot be opened again?
    2. If not, I would like to make a submit if the popup is closed by the 'X'. I tried this in my bsp-view:
    <script language="javascript">
            function do_submit(){
            var theForm = window.opener.document.getElementById("theForm");
               theForm.submit();}
            window.onUnload = do_submit
    </script>
    but it did not work.
    I would be very grateful for any help.
    Best regards,
    Ralph
    Message was edited by: Ralph Rillig
    Catching the 'X' does not work, but opening the popup twice is working. I used the following coding:
    open( "<%= controller->mv_srch_url%>",
            "searchTask<%=sy-uzeit>", "resizable=no, scrollbars=no,
             status=yes, menubar=no, width=320, height=522,
             top=50, left=50" );

    Ralph
    try the following...
    1) create a new parameter or variable named callPopup (type CHAR01) with a default value 'N'.
    2) then in your view put the following;
    <% IF callPopup = 'S'. callPopup = 'N'. %>
    <script type="text/javascript" language="javascript">
    open( "<%= controller->mv_srch_url%>",
    "searchTask", "resizable=no, scrollbars=no,
    status=yes, menubar=no, width=320, height=522,
    top=50, left=50" );
    </script>
    <% ENDIF. %>
    3) Then when the user press the button to search (or the event to call the popup) just put the value of this variable to 'S'.
    Try it...
    Ariel

  • 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.

  • Right click on a link and selecting "open in new window" does not work. How do I gewt this feature to work? PS Right click on a link and selecting open in new tab does.

    No matter where the link is - in an e-mail or on a web page - the "Open in new window" feature does not work. Very annoying. Also I close Firefox in a session, but then cannot re-open it. When I shut my PC down I get a prompt to End Task -[ Firefox ] and a window opens asking if I want to save tabs and quit; quit; or cancel. After closing Firefox it does not show as an application running in Task Manager
    == This happened ==
    Every time Firefox opened
    == I recently re-installed Firefox.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Export Parameters in Parameterized Message Mapping does not work.

    Hello, XI-Gurus!
    I have a question: how to use an EXPORT parameter in Parameterized Message Mapping? seems it does not work...
    (I use XI / PI 7.1)
    For example, I have a follow scenario: a large message comes to XI from one BS (message contains a lot of rows), then this large message splits to some small messages (something about 1000 rows in one small message), and send small messaeg one by one from XI to second BS. So, after receive step I use a transformation step with Parameterized Message Mapping to get a total amount of rows in large message (it needs for making condition for loop in IP, for example). I want to use an EXPORT parameter to pass this number from Parameterized Message Mapping to Integration Process. How can I do it?
    Of course, I know the way to how to make this scenario without any parameterizing, but I want to use exactly "Parameterized Message Mapping" like it writes in this help:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/43/c3e1fa6c31599ee10000000a1553f6/frameset.htm
    This topic contains something about procedure how to use an EXPORT parameter, but this procedure does not work. I don't understand how to write this UserDefined Function, which I can set any export parameters.
    I read this blog:
    /people/jin.shin/blog/2008/02/14/sap-pi-71-mapping-enhancements-series-parameterized-message-mappings
    this blog has NO solutions about EXPORT parameters. about IMPORT parameters - everything OK.
    Some topics about how to use export parameters in MM in this forum marked as "answered", but this is not true.
    How to export parameters from Message Mapping
    Export parameter REALLY work in message mapping???????
    Export parameter in Message mapping UDF
    WBR,
    Vsevolod

    Hi Rudolf,
    It still does not works.
    Great thanks for all your answers! If your advice works on your PI-server, it means that my problem not in UDF.
    Step by step:
    1) I create in "Signature" tab two parameters: FILE_NAME, FILE_TYPE (of course, they both Export and xsd:string type)
    2) Then, I goes to "Functions" tab and create new function "testUDF" with one argument var1.
    3) In body of this UDF insert 2 strings:
       getOutputParameters.setString("FILE_NAME" , "Order");
       getOutputParameters.setString("FILE_TYPE" , "PDF");
    4) in "Definition" tab I bind function "Local.testUDF" with one field in my input message and goes to "Test" tab for testing.
    5) And then I have a message window "Problems While Testing":
    Source text of object Message Mapping: mm_ParamMap | urn:****.*.:****:TEST has syntax errors:
    Function testUDF, Line 1:
    cannot find symbol
    symbol  : variable getOutputParameters
    location: class com.sap.xi.tf._mm_ParamMap_
    getOutputParameters.setString("FILE_NAME" , "Order");
    ^
    Function testUDF, Line 2:
    cannot find symbol
    symbol  : variable getOutputParameters
    location: class com.sap.xi.tf._mm_ParamMap_
    getOutputParameters.setString("FILE_TYPE" , "PDF");
    ^
    Note: /usr/sap/PID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapb1562570ca9e11deb3fe00237d301cd6/source/com/sap/xi/tf/_mm_ParamMap_.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details. Note: /usr/sap/PID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapb1562570ca9e11deb3fe00237d301cd6/source/com/sap/xi/tf/_mm_ParamMap_.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Look at this notes, first writes that I use a deprecated API, second - about unchecked or unsafe operations.
    And I have no idea what's wrong... Can you help me?
    Thanks!
    WBR,
    Vsevolod

  • HT204022 Flash player required to open a e card does not work?

    Flash player required to open e card does not work?

    iOS devices do not support flash.  There is no flash available, nor will there ever be.  Adobe has announced that it is discontinuing development of flash on mobile devices.

  • "FOR REC IN CURSOR(PARAMETERS) LOOP" command does not work. Why?

    Hi to all.
    It's a pleasure to receive your help.
    In "FOR REC IN CURSOR(PARAMETERS) LOOP" command although the query return value does not enter the loop.
    Sounds simple, but I'm not seeing the flaw...
    Suggestions?
    Version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Thank in advance,
    Filippe

    Filippe Soares Roza wrote:
    Hi to all.
    It's a pleasure to receive your help.
    In "FOR REC IN CURSOR(PARAMETERS) LOOP" command although the query return value does not enter the loop.
    Sounds simple, but I'm not seeing the flaw...
    Suggestions?
    Version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Thank in advance,
    Filippe
    see a picture of my car that does not work.
    Tell me how to make my car go.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • 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

Maybe you are looking for

  • Syncing promblems!!!

    when i go to sync my music this window pops up "songs in the ipod cannot be synced because all of the playlists selected for syncing have been deleted." i think i deleted a few smartlists not knowing what they do

  • IPhoto Won't Open

    I was attempting to create a new a new album in IWeb by first creating the album in IPhoto. Once I had created the album in IPhoto I tried to do a drag and drop from IPhoto to IWeb. Unfortunately the operation did not work and I wound up deleting the

  • OWB 10.1 generates wrong code if Optimized Code is set to true

    We have upgraded OWB 9.2 to 10.1 (up to Patchlevel 10.1.0.5) because of the database upgrade from 9 to 10.2. We want to migrate later to OWB 10.2. soon but for now we have to work with 10.1 . If we switch "Optimized Code" to true, the generated code

  • Metadata multiple computers

    I have a few questions about metadata and Adobe Bridge CS5.1 Firstly, when I export a file from Premiere, I also get and xmp file with it, and as I understood that is the file that holds all metadata information. Now, when I delete that xmp file, and

  • 3G not working in UT Austin campus

    The wirelss works, text, phone call works BUT the 3G keeps not working...in ut austin campuses.