How to command-K search with bing?

Anyone know how to set this up?
With Google's new Big Brother policy starting in March, I'm done with them and their services. I'd like to use Bing, but can't seem to use command-K to get to the search box.

I figured it out.
System Preferences> Keyboard> Keyoard Shortcuts> Application Support> Safari
Then change: Google Search... to: Bing Search...
Seems you need the ... too.

Similar Messages

  • How to use glob search with the wildcard in command find?

    How to use glob search with the wildcard in command find?
    I want to find any file its names begin with "readme" string using command find. Why the following command cannot work?
    $find /usr/share/doc -name readme*
    However, the following commands can work?
    $find /usr/share/doc -name readme\* or
    $find /usr/share/doc -name readme'*'
    I want to know: After using the “\” or ' ', why the wildcard do not become a character "*"?(still a metacharacter).
    Another question:
    I want to find any file its names begin with "readme*" string using the command find.What command should I use?

    I want to know: After using the “\” or ' ', why the
    wildcard do not become a character "*"?(still a
    metacharacter). The backslash is known as an escape character. It means 'use the character value of the next character, not the special meaning' It is used in a lot of places such as command line, global regular expression patterns, and editors such as vi.
    In a typical shell, the splat (*) expands to all file names before passing the file names to the current command. So a \* sequence tells the shell to pass a *, not a list of file names, to the command.
    Demo - OpenSuSE Linux 10.3
    - I have a bunch of files. Let's list those that end in grid. Create one called *grid, and list again
    pops@fuzzyVM:~/pops> ls 
    a  b  c  startgrid  stopgrid
    pops@fuzzyVM:~> ls *grid
    startgrid  stopgrid
    pops@fuzzyVM:~> ls \*grid
    ls: cannot access *grid: No such file or directory
    pops@fuzzyVM:~> touch '*grid'
    pops@fuzzyVM:~/pops> ls
    a  b  c  *grid  startgrid  stopgrid
    pops@fuzzyVM:~/pops> ls *grid
    *grid  startgrid  stopgrid
    pops@fuzzyVM:~/pops> ls \*grid
    *grid
    pops@fuzzyVM:~/pops>In the above, how would I remove the file *grid, and only that file?
    Another question:
    I want to find any file its names begin with
    "readme*" string using the command find.What command
    should I use?What were the results of the two versions you tried? And why?

  • Safari will only search with Bing

    I am not sure what changed my Safari search preference. Maybe AppCleaner or something else I tried. But now any search done, no matter what is set in Safari Preferences it uses Bing. If I type in a search the first thing that pops up is "search.strtpoint.com..." I can't make out the rest. Then it searches in Bing. How can I get Safari to search with what I set it to each with. There must be a file I can delete somewhere. I made a new user and Safari works fine there, so I need to find this search command in my home folder. Running Yosemite 10.10.1

    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Searching with bing instead of google

    when i used to make searches in the url bar it used to use google to find the website and open it example i search facebook and it would go straight to facebook.com but now its olny searching on bing and showing me all the results i want it to go back the way it was and i tried getting rid of the addons i didnt want that might have been causing the problem and all i could do was disable them

    i dont have the bing bar ive never touched bings website i despise bing and its creators sorry i already said i disabled anything to do with bing (not that iever installed it ) and i have firefox 8 btw

  • How to enhance PRDIOQR/Search with a new attribute

    Hello,
    wie use the view PRDIOQR/Search to search for IObjects - which are downloaded ERP equipments.
    I have the requirement to add a new search criteria to this searchobject.
    All IObjects have partners maintained. The requirement is to select IObjects by to postalcode of the partner in partnerfunction "Ship-To-party".
    Could you please give me some tipps how to acchieve this?
    Thanks a lot.
    Best regards
    Manfred

    Hello,
    i debugged a little bit in EH_ONSEARCH.
    The issue i face is that if i filter there the result than i have not all IObjects filtered with my own search criteria.
    The result has an entity list which is in standard 100 entities (max_hits).
    If somebody uses my own search criteria i have to check all the 50.000 Iobjects in the system not only 100.
    From a performant point of view this is maybe critical. I will check this.
    If somebody have some tip for me please add them to this threat.
    Thank you
    Best regards
    Manfred

  • How to build advanced search with drop down menu (ASP)

    Hi,
    I'm using CS4 with ASP / SQL. I have a search page which contains only 2 fields; one is user input (search term), the other is a drop down menu to define which column they want to search on. How can I define the SQL statement - or can I only choose to search on values in the table, rather than on columns?
    thanks

    DineshS wrote:
    Which dropdown menu you want to customized ?The specific menu we would like to customize is the 'Action' menu on the Person form that usually contains 'Create Employment' and so on. We have a specific recruiter responsibility that we would like to limit to 'Create Applicant'. I have been unable to come up with a combination of steps in personalizations that sets that value in the dropdown and allows it then be unchangeable. If you have any suggestions, please let me know. I would prefer not to create a custom form but without personalizations, I might have to.

  • How to create a search with multiple criteria

    Hi
    I've a table that contain staff information. (name, dept. position, ext, email...etc)
    I've created a search page that allow the user to search any field. The result should appear in the same page
    first i've created the form:
    enter staff First_Name:
    enter Dept. :
    select position:
    submit button
    Then I've created the record set that select all the feilds from the table, now i need a help in the criteria, This is what I used:
    SELECT *
    FROM tblstaff
    WHERE First_Name LIKE %colname% AND Dept = coldept
    for both colname and coldept
    default = 1
    runtime value = $HTTP_POST_VARS['First_Name']    -    $HTTP_POST_VARS['Dept']
    It seems to work fine when i enter all the values in the search form. but what if i left some fields empty? In other word how can I add (All in the drop down menu and accept empty value for the text search)??
    can anyone help me?

    The simplest way to do this is to add a wildcard character to the end of coldept and make the field optional.
    SELECT *
    FROM tblstaff
    WHERE First_Name LIKE %colname% AND Dept LIKE coldept%
    If the department field is left empty, it will match all departments.
    By the way, you should not be using $HTTP_POST_VARS or $HTTP_GET_VARS. It's obsolete code, and will break on a modern installation of PHP. Use $_POST and $_GET instead.

  • How to use DirConnection.search with C#

    Hi folks,
    I have to use C# for autmating a process with Acrobat.
    As a part of that I need to search in a Directory-Object using the search-Method of the
    DirConnection-Class.
    My problem:
    I cannot manage to set up the parameters for that method call and pass it to the
    jsObject-Object. I have tried several ways to build a parameter-object for that method and
    always get an error:
    {"TYPEMISMATCH. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))"}
    Notes:
    Iam currently using several methods and property of the JavaScript-API with jsObject and
    also passing parameters is not a problem with the other methods.
    Here is a example of my code calling a JavaScript-API-Function out of C#:
    Type T = SecDir.GetType();
    // set the searchfields
    string[] oFields = { "fullName" };
    object[] param = { oFields };
    T.InvokeMember(
    "setOutputFields",
    BindingFlags.InvokeMethod |
    BindingFlags.Public |
    BindingFlags.Instance,
    null, SecDir, param); 
    Does anyone managed to use that method out of C#?
    YS
    Markus

    Hey,
    no its going to be a client side application.
    I must get information out of a corporate security directory and cannot manage to build the parameter object
    for that one function.

  • How to search with multiple constraints in the new java API?

    I'm having a problem using the new MDM API to do searches with multiple constraints.  Here are the classes I'm trying to use, and the scenario I'm trying to implement:
    Classes:
    SearchItem: Interface
    SearchGroup: implements SearchItem, empty constructor,
                 addSearchItem (requires SearchDimension and SearchConstraint, or just a SearchItem),
                 setComparisonOperator
    SearchParameter: implements SearchItem, constructor requires SearchDimension and SearchConstraint objects
    Search: extends SearchGroup, constructor requires TableId object
    RetrieveLimitedRecordsCommand: setSearch method requires Search object
    FieldDimension: constructor requires FieldId object or FieldIds[] fieldPath
    TextSearchConstraint: constructor requires string value and int comparisonOperator(enum)
    BooleanSearchConstraint: constructor requires boolean value
    Scenario:
    Okay, so say we have a main table, Products.  We want to search the table for the following:
    field IsActive = true
    field ProductColor = red or blue or green
    So the question is how to build this search with the above classes?  Everything I've tried so far results in the following error:
    Exception in thread "main" java.lang.UnsupportedOperationException: Search group nesting is currently not supported.
         at com.sap.mdm.search.SearchGroup.addSearchItem(Unknown Source)
    I can do just the ProductColor search like this:
    Search mySearch = new Search(<Products TableId>);
    mySearch.setComparisonOperator(Search.OR_OPERATOR);
    FieldDimension myColorFieldDim = new FieldDimension(<ProductColor FieldId>);
    TextSearchConstraint myTextConRed = new TextSearchConstraint("red",TextSearchConstraint.EQUALS);
    TextSearchConstraint myTextConBlue = new TextSearchConstraint("blue",TextSearchConstraint.EQUALS);
    TextSearchConstraint myTextConGreen = new TextSearchConstraint("green",TextSearchConstraint.EQUALS);
    mySearch.addSearchItem(myColorFieldDim,myTextConRed);
    mySearch.addSearchItem(myColorFieldDim,myTextConBlue);
    mySearch.addSearchItem(myColorFieldDim,myTextConGreen);
    the question is how do I add the AND of the BooleanSearchConstraint?
    FieldDimension myActiveFieldDim = new FieldDimension(<IsActive FieldId>);
    BooleanSearchConstraint myBoolCon = new BooleanSearchConstraint(true);
    I can't just add it to mySearch because mySearch is using OR operator, so it would return ALL of the Products records that match IsActive = true.  I tried creating a higher level Search object like this:
    Search topSearch = new Search(<Products TableId>);
    topSearch.setComparisonOperator(Search.AND_OPERATOR);
    topSearch.addSearchItem(mySearch);
    topSearch.addSearchItem(myActiveFieldDim,myBoolCon);
    But when I do this I get the above "Search group nesting is currently not supported" error.  Does that mean this kind of search cannot be done with the new MDM API?

    I'm actually testing a pre-release of SP05 right now, and it still is not functional.  The best that can be done is to use a PickListSearchConstraint to act as an OR within a field.  But PickList is limited to lookup Id values, text attribute values, numeric attribute values and coupled attribute values.  It works for me in some cases where I have lookup Id values, but not in other cases where the users want to search on multiple text values within a single field.

  • ISA-developers: How do you work J2EE with ISA B2B

    Hi Experts
    I have installed SAP Net Weaver 04 support release 1 > oracle JAVA System > SAP ECC 5.0 SR1 Java Web Application Component ISA with b2b. I am now in development stage performing installation on Windows 2003 64 bit server.
    Now I want to take Backup for J2EE-Engine_ORA SAP Web Application Server. So please give me producer for how to do that total application backup.
    Secondly where I got the log file of my isa server access from whom, I want to check my website log.
    Regards,
    Rahul

    Hi, billmcn
    For running sessions in irb, I use a .irbrc file very similar to that found here (mine is a bit shorter, but has most of the same features including the saved history file, colorized text, and auto-indentation).
    Now, if you copy this file into your own ~/.irbrc and run irb, it will immediately ask you to run sudo gem install ... (various packages including what_methods, wirble, and some others).
    I also notice you are using 10.4. I believe 10.4 does not come with the 'gem' utility installed by default. In my case, I installed it through fink (along with newer versions of ruby and irb). There are plenty of other ways to get it, however.
    I'm not sure about the reverse command-line searching with ^R... I simply haven't used that feature.
    Hope that helps!
    Caleb

  • Case-insensitive Search with Search Form

    I am using a Search Form with a UIX Page. One of the issue that need to be resolved is to be able to do case-insensitive search for text information stored in some database columns. Please advise me how to implement case_insensitive search with JDeveloper's Search Form.
    Thanks in advance,

    Hi Qian,
    This article (below) by Steve Muench explains how you can customize Query by example behaviour of ADF BCs and if you really want, how to create your own ViewCriteriaAdapter (but you don't have to go quite that far - luckily :) ).
    http://radio.weblogs.com/0118231/2005/02/10.html#a492
    Here is what I did. I implemented the following method in my base view object class (MyBaseViewObject). Note that this code is based on a piece of code that Steve posted on his blog (http://radio.weblogs.com/0118231/stories/2003/07/11/implementingAViewCriteriaAdapterToCustomizeQueryByExampleFunctionality.html); originally an example about creating your own ViewCriteriaAdapter.
    Since applyViewCriteria(oracle.jbo.ViewCriteria) is used by the query-by-example mechanism you're able to "intercept" the ViewCriteria on "it's way in". After that the standard ViewCriteria does it's job as ususal and generated the where clause when required.
    public void applyViewCriteria(ViewCriteria vc)
         if( null == vc || vc.size() == 0 ) super.applyViewCriteria(vc);
         ViewCriteriaRow criteriaRow = (ViewCriteriaRow)vc.first();
         StructureDef def = criteriaRow.getStructureDef();
         AttributeDef[] attrs = def.getAttributeDefs();
         System.out.println(getClass().getName() + ": applyViewCriteria()");
         boolean bFirst = true;
         do{
           if(vc.hasNext() && !bFirst) criteriaRow = (ViewCriteriaRow)vc.next();
           criteriaRow.setUpperColumns(true);
           for (int j = 0, attrCt = attrs.length; j < attrCt; j++)
             String criteriaAttrVal = ((String)criteriaRow.getAttribute(j));
             if (criteriaAttrVal != null && !criteriaAttrVal.equals("") && !JboTypeMap.isNumericType(attrs[j].getSQLType()))
              criteriaRow.setAttribute(j,criteriaAttrVal.toUpperCase());
           bFirst=false;
         }while(vc.hasNext());
         super.applyViewCriteria(vc);
    NOTE that doing this makes all your views case insensitive (to vc search) you may want to implement more functionality in your base view object to set whether a view is in case insensitive mode or not.
    ALSO that flag will not be passivated (if I remember correctly - someone correct me if I'm wrong) so you'll have to add that flag to the passivated data.
    Cheers!
    Sacha

  • I use Safari in my imac with Google as my search engine. Recently, Bing took over. Extensions shows Google as default search engine, but Bing is what is working. How do I get rid of Bing, go back to Google?

    I use Safari in my imac with Google as my search engine. Recently, Bing took over. Extensions still shows Google as default search engine. Search starts as Google but switches to Bing. How do I get rid of Bing, go back to Google?

    Hey ravenbird1,
    Thanks for the question. After reviewing your post, it sounds like you want to use a specific search engine.
    Safari 7 (Mavericks): Search the web
    http://support.apple.com/kb/PH17150
    To set the default search engine, choose Safari > Preferences, then click General.
    If you are having problems with extensions you can uninstall and reinstall the extension.
    Safari 7 (Mavericks): Install and update Safari extensions
    http://support.apple.com/kb/PH17200
    Select the extension, then click Uninstall.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Freecorder replaced Google search tool with Bing. How to reinstate?

    I now have the Orange Bing search box on my upper right toolbar, due to having downloaded Freecorder which unsolicitedly hijacked my Google searchbox, replacing it with Bing which I do not want.
    I already followed the steps stated in eHow (see below link), but that did not work for me, despite having copy/pasted the commands listed in the eHow instructions. (btw, i omitted the quotation marks from the copy/paste, of course)
    (see: http://www.ehow.com/how_5196325_remove-firefox-work-way-used.html
    Any surefire way to reinstate the Google searchbox on upper right?
    Thanks.

    You can always try clicking on the drop down menu and selecting Google... :-D
    And after you followed the eHow tut, is your keywordurl looking like the image I have shown...
    If you are still getting the problem.. you can try inputting http://www.google.com in the value...

  • How do I get rid of Bing search engine. It has taken over.

    How do I get rid of Bing? I have Safari 6.0.5 and OS X 10.8.5.
    I've cleared history, set Google as my default in preferences in Safari but Bing takes over whenever I enter a search. Where do I go from here?

    To remove the "InstallMac" spyware, start by following the instructions on this page. Back up all data before making any changes. The instructions may not remove the spyware completely.
    Back up all data, then remove the "Genieo" spyware by following the instructions on this page.
    Some versions of the spyware may not be completely removed by those instructions. If you still have problems, do as follows.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select 
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator password.
    Repeat with each of these lines:
    /Library/LaunchAgents/com.genieo.engine.plist/Library/LaunchAgents/com.genieoinnovation.macextension.plist/Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist/Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    Then reboot. Note: Some of these items may be absent, in which case you'll get a message that the file doesn't exist.
    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Uninstall any extension you don't recognize. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • How to use ADF Query search with EJB 3.0

    Hi,
    In ADF guide http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/web_search_bc.htm#CIHIJABA
    The steps to create query search with ADF Business Components says:
    "+From the Data Controls panel, select the data collection and expand the Named Criteria node to display a list of named view criteria.+"
    But with EJB, I'm not able to find Named Criteria node. Can we use ADF query search component with EJB? If yes, can you please show me some example, tutorial etc.?
    Thanks
    BJ

    For EJBs you'll need to implement the query model on your own.
    An example of how the model should look like is in the ADF Faces components demo.
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/query.jspx
    Code here:
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html

Maybe you are looking for

  • Why am i getting a shadow type display when i attempt to start up firefox after clicking on icon?

    I recently deleted an older version of Firefox that my dad had been using on his user account and i noticed as he had explained to me that when i clicked on Firefox to start it up and make sure its on my computer as a second option to our primary Goo

  • Cannon FS30 to MBP works, but not to MB

    We have a MacBook Pro and a MacBook. When we connect our Cannon FS30 to the MacBook Pro, iMovie and iPhoto recognizes it right away and we can import movies and photos. However, when we hook up the camera to the MacBook, only iPhoto recognizes the ca

  • Any recommendations for storage?

    I need to purchase a hard drive to use with Time Machine. Looking for quality and something easy to use and reasonably priced. I have a MacBook with 75 GB Capacity and I plan to store a lot of photos, music and more digital media as I learn garage ba

  • Partner function AP is not def in partner procedure in ECC - CRM complaint

    Hi, There is an error occured while creating credit memo request from the service complaint in the CRM. It is not stopping the process but it happens several times. The error message is always in the document but not able to fix it. There is no partn

  • No sound with Intel HD audio [solved]

    Hi, I recently set up my laptop with archlinux, and I'm getting no sound. I have the drivers for my chip installed, there is nothing unusual in dmesg, and alsamixer detects the card fine, but even after I unmute the card, I get nothing. when I start