CFEclipse SEARCH question

Hi-
I know this one is probably a "user-error".... but does
anyone know how to execute a search for a string in a site using
CFEclipse's Search feature? I know I can be slow, but for the life
of me I'm not seeing obvious search results.... In the RDS
Fileviewer I've selected a folder, Ctrl+H, enter my string to
search for, tried "Workspace" (btw, Selected Resources is greyed
out and is not available..... anyone know why?).
What am I missing?
Thanks in advance,
Rich

I couldn't search mail from Spotlight or in Mail so I opened up System Preferences and selected Spotlight. There I put the MacHD on the Privacy area, closed preferences and then reopened it and took the MacHD off of private. At this point Spotlight re-indexed my hard drive and Mail was searchable again!

Similar Messages

  • Keyword Search Question

    Newbie Alert:
    I've searched the forum and can't find a solution to a problem I've encountered. I just moved from Bridge to LR3 for managing my images. In Bridge I developed the bad habit of explicitly adding keywords to my images all the way to the parent (a setting in bridge). For example, the keyword hierarchy for one of my images in Bridge might look like.
    Colorado [x]
            Denver [x]
                    DMNS [x]
    Now that I am using LR3, I don't want Denver or Colorado explicitly selected when I choose "DMNS". instead I would like:
    Colorado [-]
            Denver [-]
                    DMNS [x]
    Where Denver and Colorado are implicitly selected. When I do a search for "Colorado" LR seems to return all images that are either implicitly or explicitly tagged with that keyword. I need to select only the images where "Colorado" is explicitly selected.
    How can I do a search to only find the images explicitly tagged "Colorado"? This seems also related to another "newbie" question I have. Bridge allowed for doing queries based on multiple keywords using a basic set of conditionals. In LR3, "Find" doesn't appear to provide that functionality. How can I do find an image where more than one keyword exists but they are not within the same containing keyword? Or, using this example, find all images that have the keyword "Colorado" but do not include "DMNS"?
    Thank you.

    I pretty much consolidated all my keywords once, then never again. It was a PITA even with help from KeywordConsolidator.
    Now I enter keywords in Lightroom, then invoke Keyword Consolidator's keyword form to enter title & caption and double-check/correct keyword entry mistakes on the spot (or add a keyword I had forgotten...), since it displays the whole keyword path in a linear list, its easier to see stuff...
    I hope Adobe considers some keyword entry enhancements:
    - prompt before creating new keywords.
    - display in list form with paths (hard to see what you've really got in paragraph form without paths).
    - plural / singular / synonym detection and handling.
    - and of course: proper handling of spaces and fix 'Contains Words' bug.
    PS - John Ellis has a particularly robust keyword entry alternative if you've interest.
    Have fun,
    Rob

  • PDF in iBooks, search question

    Hi there, I have a client who uses iBooks to view 2 pdfs on her iPad. The pdfs were created in InDesign, 2 different designers (not me). The issue she encountered is with search results in iBooks.
    In the first book, when I search for a particular number, the search results show 1) page number results and 2) text results containing the number. Shown below.
    In the second book, when I search for a particular number, the search results 1) page number results and 2) text results containing the number PLUS a word next to it ("audrey-small"). Shown below.
    Has anyone else experienced this with reading pdfs in iBooks? Is there any way the word "audrey-small" can be taken out so that search results for numbers only show the number? I'm posing this as an InDesign question because the 2 files were built by 2 separate designers and they may have different creation/design processes.
    I don't know if iBooks is the best application for reading pdfs on the iPad, but that's what my client uses. Both books were created in Adobe InDesign. I'm posting this also to the Adobe Forums, but any insight here would be appreciated. Thanks in advance!

    In the first case, that might be the expected behavior. It seems in iBooks, pdfs don't have the option to go to a certain page # only as you have it with Adobe Reader. It just puts the number in the general search and brings all results containing that number. Regarding the second case, I have no idea why is showing audrey-small.

  • Quick itunes search question

    Hey everybody quick question. I cant for the life of me find Forgetting Sarah Marshall in the iTunes store, when ever i search for it it comes up with a movie called 11:14. Does the iTunes store not have it? Any info greatly appreciated.....

    I'm 100% sure they USED to have it...I destinctly remember passing it over SEVERAL times and now when I want to buy it, it's not found anywhere in my US iTunes account search!!!! Where did it go?????!!!!!

  • IBooks search question

    My question regards search results in iBooks. This is for 2 books in pdf format.
    In the first book, when I search for a particular number, the search results show 1) page number results and 2) text results containing the number. Shown below.
    In the second book, when I search for a particular number, the search results 1) page number results and 2) text results containing the number PLUS a word next to it ("audrey-small"). Shown below.
    Has anyone else experienced this with reading pdfs in iBooks? I don't know if iBooks is the best application for reading pdfs on the iPad, but that's what my client uses. Both books were created in Adobe InDesign. I'm posting this also to the Adobe Forums, but any insight here would be appreciated. Thanks in advance!

    I realized I didn't ask my question properly. Here it is:
    Is there any way (either in iBooks or InDesign or Acrobat) I can tweak data so that search results for numbers come up ONLY with numbers (such as "72" in the 2nd example) instead of numbers and words (such as "72" and "audrey-small" in the 2nd example).
    Thank you!

  • Internet searching question

    Thanks in advance to anyone who answers my question. Here it is, when I search the internet ,like with Google, I type in a few letters in the search box and a number of choices appear of places I've searched previously. But sometimes my kids use my computer and I don't want them to know some of the things I search for. The question is, is there away to delete specific items from this list or the entire list?

    dooma
    I don't think you understood my suggestion. By different accounts I mean different logins to OS X with passwords. That way if you lock your display before leaving it, your kids can never get to see what you've been doing on Safari. You can all be logged in at the same time. Each user would be running their own independent copy of Safari, Mail and any other application for that matter.
    See http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1787.html.

  • Binary search question

    Hi,
    I want to use binary search in my code, just not sure, how to do it right.
    Let's say  I have an IT with columns A B C D.
    I want to search this table first based on value in A and later based on B.
    How should I sort this table?
    >sort IT by A B
    >read table with key A = '1' binary search
    >read table with key B = 'X' binary search
    or
    >sort IT by A
    >read table with key A = '1' binary search
    >sort IT by B
    >read table with key A = 'X' binary search
    What happens, if I sort this table by A and let the system search based on value in B?
    Thank you,
    Olian

    >
    Olian Saludew wrote:
    >sort IT by A
    >read table with key A = '1' binary search
    >sort IT by B
    >read table with key B = 'X' binary search
    That is the way to go (I corrected the typo).
    Binary search is only effective when the table is sorted by the search fields. It only makes sense though if you perform multiple reads after sorting (e.g. inside a loop), since sorting itself costs some processing time.
    Thomas

  • People Search question in Ent Search 2013

    There's a recommendation for breaking our s3://My_Site_host_URL into its own Content Source for People Search
    How does the Seach know to connect Standard Names (ex: AnneW or A. Weiler below) to document search. Do I have to map that in Managed Properties manually, or it happens automajically?
    http://technet.microsoft.com/en-us/library/dn535606(v=office.15).aspx
    •         sps3://My_Site_host_URL, which is for crawling user profiles
    However, if you are deploying "people search", we recommend that you create a separate content source for the start address sps3://My_Site_host_URL and run a crawl for that content source first. The reason for doing this is that after the crawl
    finishes, the search system generates a list to standardize people's names. This is so that when a person's name has different forms in one set of search results, all results for that person are displayed in a single group (known as a result block). For example,
    for the search query “Anne Weiler”, all documents authored by Anne Weiler or A. Weiler or alias AnneW can be displayed in a result block that is labeled "Documents by Anne Weiler". Similarly, all documents authored by any of those identities can
    be displayed under the heading "Anne Weiler" in the refinement panel if "Author" is one of the categories there.

    Hi Kali,
    Form the article, it seems SharePoint search mechanism will automatically generates a list to standardize people's name. You could test it in your envrionment via the steps below:
    Access Search Administration page >  Content sources.
    Remove sps3://myhost in Local SharePoint sites, create a new content sources named "people", and add sps3://myhost to it. Start a full crawl.
    I use Anne Weiler as example. Make sure the User Profile has been imported. Also upload some documents authored by A.Weiler or alias. Start a cremental crawl in related content resource.
    Access search center, and test the issue. Use the keyword "author:Anna Weiler" "author:A.Weiler" and "author:alias" and see the results.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • A spotlight search question...(How to index a sever volume)

    Hi
    I am hopping someone can help me with this...
    When using the spotlight, content search to search a local volume, it can find almost anything.
    However, it doesn't work on a server volume.
    Is there a way to indexing the server volume??
    Thanks.

    I am experiencing the same issue, hopefully help will come!

  • Mail Search question

    Is there a way to search my mail messages for a specific word or phrase?
    Thanks!

    See this reference:
    http://arstechnica.com/apple/2011/07/mac-os-x-10-7/16/#mail
    http://www.maclife.com/article/howtos/how_use_search_tokens_lion_mail
    http://www.macobserver.com/tmo/article/os_x_lion_using_mails_new_search_features /

  • Binary search question with objects

    Hi
    I have a class called MyClass which is as below
    public class MyClass
    String from;
    String to;
    double d;
    // with getter and setter method
    }I create a ArrayList of MyClass,
    List<MyClass> list = new ArrayList();
    list.add(myClass);
    //add about 8000 myClass object from database; I want to do a search for object from, to;
    I have been doing
    for(MyClass myClass:list)
    if(myClass.equals(from) && myClass.equals(to))
    return myClass;
    }Rather i would like to do a randomSearch, how can i do it,
    will it be faster, then going through all the list
    Any ideas

    Binary search requires that your list is sorted, so you'll have to implement Comparable<MyClass>, and use Collections.sort(list) before doing the search.
    I also think that this:
    if(myClass.equals(from) && myClass.equals(to))implies that you aren't using equals() properly. I think it should look more like this:
    if(myClass.getFrom().equals(from) && myClass.getTo().equals(to))Here's a quick and dirty example of implementing Comparable and doing a binary search:
    static class MyClass implements Comparable<MyClass> {
         private String from, to;
         public MyClass(String from, String to) {
              this.from = from;
              this.to = to;
         public String getFrom() { return from; }
         public String getTo() { return to; }
         public int compareTo(MyClass obj) {
              int toComp = to.compareTo(obj.getTo());
              int fromComp = from.compareTo(obj.getFrom());
              return toComp - fromComp;
         public boolean equals(Object obj) {
              if (obj instanceof MyClass == false) {
                   return false;
              return ((MyClass)obj).getFrom().equals(from) && ((MyClass)obj).getTo().equals(to);
         public int hashCode() {
              return from.hashCode() + to.hashCode();
         public String toString() {
              return "from: "+from+", to: "+to;
    public static void main(String[] args) {
         int num = 5;
         List<MyClass> tests = new ArrayList<MyClass>();
         for (int i = 0; i < num; ++i) {
              MyClass test = new MyClass(i+"", (i*2)+"");
              tests.add(test);
         Collections.sort(tests);
         for (MyClass test : tests) {
              System.out.println(test);
         MyClass theTest = new MyClass("4", "8");
         int index = Collections.binarySearch(tests, theTest);
         MyClass result = tests.get(index);
         System.out.println("index: "+index+", result: "+result);
    }Hope that helps.

  • Search Question for Lion Mac Mail

    In recent weeks, I've figured out most of the thorny issues with Lion Mac Mail, but maybe someone can help me with this one:
    When I search "Sent Mail', the results come back with my name showcased in bold (which serves no purpose, I mean I'm searching from my Sent folder, so we can assume they're all from me). In earlier versions, however, the name of the recipient would be showcased. Much more useful.
    Let me give you an example. I'm trying to find emails where I mentioned a Golden Spatula. I know I wrote to several people about this sacred utensil. Okay, in the past, the search engine would list all the emails where this term arises, and they would be distinguished by who I sent them to.
    Now, I see a list of all the emails, but my name in bold is the only term I can quickly peruse.
    Know what I'm talking about? Any suggestions?
    Thanks.....T

    If no one answers here please post in the Lion Forum forum, because Mail is considered part of OS X that is good place to look too. Also look to your right under More Like This to see if there are any answers there.

  • New Masthead with a built-in search :: questions

    I have created a new Page (2-column, wide and narrow) and in that Page I added my headerm iView and my search iView - header in the wide column, search in the narrow.
    In my portal Framework, I made the existing header and the toolarea with search not visible. Effectively making the default masthead and toolarea go away.
    I then added my new Page (new header iview with search iview built in) to the framework and positioned it in the masthead spot of the framework using the layout view.
    My problem is that there is a visible border/padding/gaps between the header iView and the search iView. If my masthead area were all white (background color) this would not be an issue, but I am doing a similar gradient fade (like here at SDN) so these gaps do not look good.
    I have set the "Show Padding Inside" property in all iView and the page to "NO" - this did not get rid of the gaps.
    <a href="http://www.midnighttoast.com/images/mastheadWithSearch.gif">Example</a>
    I believe the issue lies in the Page - that it has these gaps in it and they cannot be turned off through properties or other standard interface options. Can anyone help me get rid of the gaps in my masthead?
    Thanks!

    Hi Tony,
       I don't have an exact answer for you but I may be able to point you to something that would help.  If you are on NetWeaver 04 SPS14 or higher, there is new layout capabilities using tag libraries.  Here is the link to the documentation.  http://help.sap.com/saphelp_nw04/helpdata/en/42/ea3a29b28e1bcae10000000a11466f/frameset.htm
    I have not used them but I have seen the results from people who have.  They tell me you can change just about anything.  Maybe someone with some experience will post and give you more info.
    Good Luck.
    John

  • Simple search question

    I want to find all the mail from Ted or Steve. If I create a smart mailbox, it's easy: if any of the following conditions are true: from Ted, from Steve.
    But how do I do this with search? If I type from:ted, it finds everything from ted, but adding || or OR from:steve doesn't work. It must be simple, can someone enlighten me?
    TIA

    not possible, AFAIK.

  • "Relaxed" Search Question

    Hey guys! Building an app using Lightswitch to automate inventory
    and ordering. Running into a problem with searching for inventory by description. In SQL, I would concat LIKE statements using the OR operator, but in Lightswitch, I'm at a complete loss. My google-foo is quite good, but I'm coming up empty.
    Example:
    I have a table called "Items" The field I'd like to search is called "Description" My query has a parameter called "searchParam"
    So for an example item, its description is "Jumbo Wax Ring with Horn".
    If I search: "Wax Ring" or "Jumbo Wax", I'll get the intended item. However, if I were to search "Jumbo Ring" or "Wax Horn", I'll get no result. The search is very literal and I can't find an elegant way around this problem.
    Any suggestions would be greatly appreciated!
    Here's an example of the way I would've solved this problem (right or wrong) using SQL:
    searchWords = Split(txt_Search)
    If UBound(searchWords) = 0 Then
    strSQL = "SELECT * FROM Items WHERE Items.Description LIKE '*" & txt_Search & "*' OR Items.Barcode LIKE '*" & txt_Search & "*'"
    Else
    strSQL = "SELECT * FROM Items WHERE Items.Description LIKE '*" & txt_Search & "*' OR Items.Barcode LIKE '*" & searchWords(0) & "*'"
    Dim lCounter As Long
    For lCounter = (LBound(searchWords) + 1) To UBound(searchWords)
    strSQL = strSQL & " " & searchType & " Items.Description LIKE '*" & searchWords(lCounter) & "*'"
    Next
    End If
    In the above code, the variable searchType was either "AND" or "OR" as selected by the user.  In my new circumstance here, I would like the effective the operator to always be "OR".
    I have tried all sorts of things to manipulate the pre-process query into allowing me to split a search phrase, iterate through them and add the results to the query result, but I can't figure out how to do it.

    It's funny you mention that; I had looked at that thread over and over again trying to extract my solution from it, but I simply could not get any of it to work for me.  If you or anyone out there can explain why this works, I'd love it to understand
    it better:
    query = query.Where(Function(a) (words.Any(Function(b) (a.Description.Contains(b)))))

Maybe you are looking for

  • Output can not be issued.

    I want to see output of outbound delivery when I clicked print preview, i get message Output can not be issued. What is issue, if any body know plz do reply. Thnx in adv.

  • Down Payment Request at Header Level of PO

    Dear Friends We want to create Down Payment Request and subsequently the Down Payment at Purchase Order Header Level. We are looking for a standard solution without any Custom Development. While creating a Down Payment Request (F-47) the system does

  • Error while using collection in insert...with...select stmt

    declare cursor c1 as select clb from clob_table; type t1_t is table of clob index by binary integer; t1 t1_t; begin open c1; fetch bulk collect into t1; close c1; insert into some_table (id, clob_field) with x (select rownum x, trunc(dbms_random.valu

  • Invoice new pricing

    Hi All, In the copy control between delivery and billing, there is a pricing type. This determines whether at the time of invoicing new automatic pricing has to be carried out? Also, in V/08 where you define the pricing procedure..there is a pricing

  • Can this be done in java? i think so  but how?

    Hello, I just wanted to know how to add icons to a JDesktopPane like the appear on your desktop, that's whatever OS you use, I've looked everywhere and cant find the answer, posted this question here several times still no answer. Is it that nobody k