Reset text in serach box

I found that:
in case search something (like "xxx") in search center homa page - and get results in results page
After clean text from the search box - and add a new text (like "yyy"), still the prvious search string exists (the querystring above has k=xxx k=yyy in it).
Is this by design?
how to reset?
keren tsur

Hi,
According to your post, my understanding is that you wanted to reset text in serach box.
By design in SharePoint, as long as the query originated from the search start page, and you have not changed it, then this will work as your query will be part of the url with ?k=query.
However, if you change your query, the url changes. If your original query was
test and the new one was sharepoint your url would look like this:
https://intranet.contoso.com/search/Pages/results.aspx?k=test#k=sharepoint
If you want to clear all filters and the search terms, then you can add what designers call a dummy link with a # to the page, and that will reset your query.
<a onclick="window.location.href = window.location.pathname + window.location.search + '#k=' + escape(document.title.substr(document.title.indexOf(':')+2))" style="cursor:pointer">Clear filters</a>
For more information, you can refer to:
Add a “Clear Filters” link to your search page in SharePoint 2013
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • Text wrap dialogue box is blank in CS3

    I am not able to view the options in the text wrap dialogue box - why? I have restarted InDesign and my computer but there are no options showing in the dialogue box. I use text wrap all the time so this is a major problem for me. Thanks for your help!

    Try resetting preferences. http://livedocs.adobe.com/en_US/InDesign/5.0/help.html?content=WSa285fff53dea4f86173837510 01ea8cb3f-6d1e.html
    Immediately after starting Indesign, hold down Ctrl-Alt-Shift (Shift-Opt-Cmd-Cntrl on Mac). If you don't get a message about deleting preferences, you weren't fast enough.
    Ken

  • Please help! I defragged my hard drive and now Illustrator CS6 is trying to open all of my complex Illustrator files with a "Text Import Options" box as if they are text files, and they are not opening!

    Please help! Illustrator CS6 started trying to open all of my complex.ai files with a "Text Import Options" box as if they were text files, and they are not opening!  Help!

    Hi Monika,
    I have spent the last two or three days trying to do what you suggested.  I uninstalled Adobe 6 from Windows.  Some files that CS6 placed on my system during installation remained, including fonts and .dll files.
    I had to abandon the Cleaner Tool you suggested because in one screen it allowed me to specify removing CS6 only, but on the following screen it only gave on option to remove ALL Adobe programs.  I could not do that because I didn't have the serial number handy for CS3 in case I want to reinstall it at some point.
    I tried to get technical help with the Cleaner Tool problem but no definitive help was available, so I reinstalled CS6 again without having the benefit of the Cleaner Tool.  I tried to get the serial number for CS3 so I could use the Cleaner Tool but spent 2 wasted hours in chat.  Even though I had a customer number, order number, order date, place of purchase, the email address used AND 16 digits of the serial number, in two hours the agent couldn't give me the serial number.  After two hours I had nothing but instructions to wait another 20 minutes for a case number.
    Illustrator CS6 is still trying to open some backups as Text and otherNone of the problems have been fixed.  I have tried to open/use the .ai files in CS6 installed on another system and am getting the same result, so I don't think the software was damaged by the cleaner.  The hard drive cleaner is well-known and I've run it many times without any problem to previous versions of Illustrator or any other programs.
    When I ordered, the sale rep promised good technical support and gave me an 800 number, but after I paid the $2000, I learned that the 800 number she gave me doesn't support CS6 and hangs up on me.  Adobe doesn't call it a current product even though they just sold it to me about 3 weeks ago.
    Would appreciate any help you experts can offer.  If I can't solve this, the last backup I can use was from June and I will have lost HUNDREDS of hours of work and assets that I cannot replace.
    Exhausted and still desperately in need of help...

  • JSlider + Display value in a text tool tip box

    Hello,
    I am new to Java. I want to display the value in a text tool tip box of the JSlider as the user moves the knob . Is there any way to achieve this.
    I tried setting up the value of text tool tip in the stateChanged method. But that didn't helped
    Ritesh

    Finally Got it working. Below I am attaching the code for reference
    Thanks for your code. It came very handy
    The only problem is that toolTextTip is appearing on one side rather than below the cursor.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class EventTest
    public static void main(String[] args)
    JFrame f = new JFrame();
    System.out.println("starting application");
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    f.getContentPane().add(new setSlider(),"North");
    JSlider slide = new JSlider();
    slide.setToolTipText("Hello");
    f.getContentPane().add(slide,"South");
    f.setSize(400,400);
    f.setLocation(200,200);
    f.setVisible(true);
    class setSlider extends JSlider implements ChangeListener, MouseMotionListener{
    public setSlider(){
    setToolTipText("hello " + new Integer(getValue()).toString());
    this.setMaximum(10);
    this.setMinimum(0);
    this.setValue(2);
    this.setMajorTickSpacing(2);
    this.setMinorTickSpacing(1);
    this.setPaintTicks(true);
    this.setPaintLabels(false);
    this.addMouseMotionListener(this);
    this.addChangeListener(this);
    public void stateChanged(ChangeEvent e) {
    setToolTipText(new Integer(getValue()).toString());
    System.out.println(this.getToolTipText());
    KeyStroke controlF1 = KeyStroke.getKeyStroke("control F1");
    ActionListener toolTipAction = getActionForKeyStroke( controlF1 );     
    if (toolTipAction != null)     {          
    ActionEvent postTip = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "");
    toolTipAction.actionPerformed( postTip );
    public void mouseDragged(MouseEvent e){
    System.out.println("here");
    setToolTipText(new Integer(getValue()).toString());
    System.out.println(this.getToolTipText());
    KeyStroke controlF1 = KeyStroke.getKeyStroke("control F1");
    ActionListener toolTipAction = getActionForKeyStroke( controlF1 );     
    if (toolTipAction != null)     {          
    ActionEvent postTip = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "");
    toolTipAction.actionPerformed( postTip );
    public void mouseMoved(MouseEvent e){

  • How to print hidden text in answer box

    How can you print the hidden text in answer boxes on PDF forms?

    I am not sure I understand your question. Are you importing a PDF with Hidden Fields into FormsCentral?
    If this is the case FormsCentral ignores hidden fields and doesn't create column in the response table for those.
    Gen

  • I have a Text control string box with some initial text. I would like to highlight old text with click of mouse and type in new data from keyboard

    I have a text control string box with some initial text (says: Please enter Name). I would like the operator to click on the text control box and have it automatically highlight so that when new data is typed in the old erases (all at once) and the new data is now in the text box.
    I tried using the "Text.Selection" property node and when I run it and put the mouse inside the text box the initial text is highlighted and if I press "delete" on the keyboard or if I start to type in new data the initial data does delete but once I start to type new characters they erase each other. For example if I want to type in “Willi
    am” I type the “W” and then the “I” but the “I” erases the “W” and now I am only left with an “I” in the text box and so on. I appreciate any help

    It seems you are continuously setting the property node over and over again. This should only happen once if you mouse over it.
    Create a property node for your text control with the following three items:
    (1) KeyFocus (wire a "true" constant to it)
    (2) Text.SelStart (Wire a "zero" constant to it)
    (3) Text.SelEnd (Wire a constant containing the string length of the text).
    Put this property node inside an event structure, triggered by "Mouse enter" on the string control.
    (see if the attached example works for you)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Enter_Name.vi ‏23 KB

  • After upgrade to v26.0 - text in textarea boxes is spilling out onto the page

    After upgrading to version 26.0 - I'm on windows XP, all the text in textarea boxes spills out of the box and onto the page. Text-wrapping is turned off.
    It consistently happens like this: I load up a page with a textarea box that contains a lot of text in it. Textwrapping is off. At first everything looks fine. Then about 3-5 seconds later, the text spills onto the scrollbars, then another 2-3 seconds later it spills out onto the page. Sometimes in both directions, usually spills to the right.
    Resizing the browser window makes no difference.
    Using the scroll bars in the textarea also makes no difference.
    I've uploaded a screen shot of the problem here:
    http://studiox.com/loremipsum.jpg
    thanks for any recommendations and help you can provide

    Is it preformatted text? In that case, of course, the overflow should be hidden and not pour out of the Firefox window.
    When the display goes haywire, I first suspect a graphics card driver incompatibility. Sometimes this will be triggered by a change in Firefox, while in other cases, it may result from a driver or OS update. Try disabling Firefox's use of hardware acceleration for graphics as a workaround.
    orange Firefox button (or Tools menu) > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    This will take effect after you restart Firefox. Any difference?

  • HT3180 My wireless router needed restart. And, no Apple TV signal. How do I reset the Apple TV box.

    My wireless router needed restart. And, no Apple TV signal. How do I reset the Apple TV box? no lite. nothing

    The remote app requires both to be on the same network and home sharing to be enabled, you will need the physical remote to set this up. You can purchase a replacement through Apple.

  • How do you get the text box text properties dialog box to appear on a MAC?

    how do you get the text box text properties dialog box to appear in Adobe Reader XI on a MAC? I know windows is Ctrl-E but can't figure out what to hit for Mac.

    Right-click the toolbar and you should find it there (including the short-cut, which is probably Cmd+E).

  • Surrounding text with a box on a canvas

    I am trying to create a design as part of my project in college, everything is going good, however I need to be able to add text to a box. I can add text to the canvas no problem however I need to be able to create a box and add text to it. If anyone out there help me on this I would be forever thankful as this is the last thing that I have to do.

    Maybe you can use the class java.awt.TextArea

  • How to insert text in smartform boxes

    Hi Friends,
    This is regarding about smartform box.
    I have created one template. pls find below for complete template for your ref.
    Total template has 5 lines names like C1, C2, C3, C4, C5, C6 and C7.
    To fulfill client req, again I have devided First line "C1" and Second line "C2" into 5 boxes.
           Third line -- no boxes.
          Fourth line -- 3 boxes
          Fifth    line -- 3 boxes
          Sixth   line -- no boxes
          Seventh line -- no boxes
    Now I want to assign text for each boxes in the C1 and C2 lines.
    In C1 line
    first box-- po date
    second box - text
    like that I have to pass the text in the corresponding boxes.
    I don't find any option in the right click.
    I am new to the smartforms.
    Could you pls help me is there any way to insert text in the boxes.
    This is very urgent.
    Thanks in advance.

    Hi,
    Create the text editors as many as you want , these should be  assigned to  each box in template,
    When  u double click on text on the right side uder the template window
    1-Output option tab-->at the bottom , you can see output structure, there you need to  specify the line number and column number.
    Ex:
    template have 2 rows and 2 columns each row
    text1 --- row =1 column =1
    text2---- row =1 column =2
    text3---  row =2 column =1
    text4---- row =2 column =2
    Reward if useful,
    Thanks,
    Aditya

  • HOWTO Get the text of "combo box" and "labe" controls with JavaAccessBridge

    HOWTO Get the text of "combo box" and "labe" controls with JavaAccessBridge.
    Please help,
    I'm trying to use the Java Access Bridge (JAB) 2.1 to get the text in Java Applet controls. I've been able to use the sample code in AccessInfo.cpp sample that comes with JAB to get text from "text" controls in a Java Applet. To clarify, I am referring to the "role" in the AccessibleContextInfo struct being set to "text" or "combo box" or "label".
    The problem is, when I use the AccessInfo.cpp sample to get text from a "combo box", the accessibleText data member comes back as FALSE, and thus any of the JAB text functions like GetAccessibleTextInfo fail to get any text information from "combo box" or "label" controls.
    I've also tried GetCurrentAccessibleValueFromContext on the "combo box" and "label" controls, but the text returned is empty.
    Can anyone help?

    I have new information in regards to this issue. A contact from Sun did get to me in email and relayed that that "label" objects store their text in the "name" data member of the AccessibleContext structure. This was a big help.
    But I'm still stuck trying to get information from "combo box" and other controls, like "push button". The contact said, the Java Access Bridge does not provide all the information because it is already implemented by other interfaces like AccessibleComponent, AccessibleAction, or AccessibleSelection. The contact did not allude to whether these opther interfaces can be used along side the Java Access Bridge or not. So, I'm left a step closer to the goal, but still stuck without the full solution.
    Can one take the Java Access Bridge functions, like say those used in the Ferret sample, and close the gap to get text back from "combo box", "push button", and other controls by using some other API in conjunction?

  • Handle  text  using list box in dialog program

    hi,
      I am  working  on  dialog program  , Created  two fileds , one is list  box type  I/O field and another is  i/O  field  which displays  text  based  on  value  selected in list box.
    Please  provide  any  inf  how  to Handle  text  using list box value in dialog program.
    thanks

    Hi,
    <li>Check the screen to know how to set I/O field to set as listbox.[ dropdown box picture|http://2.bp.blogspot.com/_O5f8iAlgdNQ/Sm7RBrqfjcI/AAAAAAAAFaU/RateViiVqrU/s1600-h/drop_down-754481.JPG]
    <li>in the above screen we need to set FctCode  for the dropdown box field so that when you select value from the dropdown box PAI event is triggered.
    <li>screen flow logic like below
    PROCESS BEFORE OUTPUT.
    MODULE values_into_dropdown.
    FIELD g_bukrs.
    FIELD g_text.
    PROCESS AFTER INPUT.
    FIELD g_bukrs.
    FIELD g_text MODULE get_bukrs_txt.
    <li>Logic to fill Dropdown field with values.
      PROGRAM  sapmztest_dropdown.
    DATA: g_bukrs TYPE t001-bukrs.
    *&      Module  VALUES_INTO_DROPDOWN  OUTPUT
    MODULE values_into_dropdown OUTPUT.
    TYPE-POOLS:vrm.
    DATA:
           field     TYPE  vrm_id,
           it_values TYPE  vrm_values,
           wa_values LIKE LINE OF it_values.
    DATA: t001 TYPE t001 OCCURS 0 WITH HEADER LINE.
    IF it_values[] Is INITIAL.
       SELECT * FROM t001 INTO TABLE t001 UP TO 10 ROWS.
       LOOP AT t001.
         wa_values-key  = t001-bukrs.
         wa_values-text = t001-butxt.
         APPEND wa_values TO it_values.
         CLEAR  wa_values.
       ENDLOOP.
    ENDIF.
    field = 'G_BUKRS'.
    CALL FUNCTION 'VRM_SET_VALUES'
       EXPORTING
         ID     = FIELD
         values = it_values.
    ENDMODULE.                 " VALUES_INTO_DROPDOWN  OUTPUT
    *&      Module  get_bukrs_txt  INPUT
    MODULE get_bukrs_txt INPUT.
    read table it_t100 into wa_t100 with key bukrs = g_bukrs.
    g_text = t001-butxt.
    ENDMODULE.                 " VALUES_INTO_DROPDOWN  INPUT
    I hope that it helps you.
    Thanks
    Venkat.O

  • Is this a known problem - Panel text and combo boxes not repainting completely when scrolling in IE?

    Looking for any insight as to what might be going on.  Would appreciate any info if anyone knows about this or similar problems..
    I have a panel with 18 children - text and combo boxes - that does not repaing correctly in IE when scrolling vertically.  The 18 children do not fit in the panel, so a vertical scroll bar appears.  The scroll works perfectly when i run through FireFox.  But it does not work in IE in this case.  The child controls appear as painted over parts of other controls.
    thx.

    Wow ...  wow...  Magic.  Your last suggestion of removing the wmode attribute worked.  The page looks great.  The scroll works flawlessly where before it mangled the child controls on the page making it look like a hurricane scene.
    The html was originally set with wmode as "opaque".  I tried changing it to "transparent" after your first response, but this made no difference.  What fixed the problem was removing the wmode attribute altogether.
    We've built a rather large application.  Is there anything we need to be aware of, or anything we need to look out for by removing the wmode setting?
    Thanks much.

  • No Text In Dialogue Box

    I not too long ago installed Snow Leopard and ever since then, whenever a dialogue box pops up there is no text in it. For example, whenever I install or update, the box that pops up to ask for my password doesn't have anything in it. The buttons don't even have words on them.
    Is anyone else having this problem? Is there a way to fix this?

    Then, there's corruption or confliction within that user account. Since the issue is specific to your original user account, you can proceed in two ways. One is to create a new admin user account, log into it, launch the apps to ensure that they work normally, make a list of the preference files (plists) located in /username/Library/Preferences/, including any in the ByHost subfolder, log back into the original account, move everything on that other account's list from the original account's Preferences folder into a newly created folder on the Desktop, log out and back in, and see if the problem goes away. If so, you can copy the ones in the Desktop folder (one at time) back into /Preferences/, restart, and see if the problem returns. If so, you've identified the corrupt/conflicting one. Continue with all of them until isolating the bad ones. That'll save you the trouble of resetting preferences.
    The second way is much more detailed and I'll not burden you with the steps unless the above doesn't fix the issue.
    BTW, if this doesn't do it, start your own thread.

Maybe you are looking for

  • 2032 error when connecting SQL server with Xcelsius

    Hi, Here are the short note about it 1)The dashboard is directly linked to database using aspx page 2)the data in the database refreshed using the aspx script. 3) we have a accordion menu and a 5 levels of filter and 10 charts Problem Description rec

  • Address bar disappears in browser after scroll

    I was looking at an iPhone 4S at the Verizon store, and was reading a very long webpage article about the phone. When I got to the bottom, I noticed that the URL bar was gone, and it took me over 10 swipes to get back up to it. This is really a pain

  • CS3 / Vista / local files on NAS - DW crawls and is unuseable

    Subject pretty much says it all. DW CS3 on a Vista laptop.  My development cfm files are on a NAS mapped as Y:\Sites\[sitename].  I primarily use this laptop for quick fixes but that came screeching to a halt today. I opened up a site and told it to

  • ZMP Charging/Plug I

    I have had my ZMP for about 2 weeks. It did not come with a DC charger so I must charge it from the USB. I have the lastest firmware installed. My problem is, the player never seems to fully charge. Actually I think that it charges and maybe fully, b

  • Disable automatic updates for QuickTime 7.3 on Vista

    Is there any way to disable automatic updates in order to do a corporate deployment? I've tried playing around with the preference files but no matter what I do it keeps coming up with the update checkbox checked. From looking at the posts on this fo