Windows Search - search for special characters

Hello

I didn't chance for this search for this kind of things via the interwebs/googlebing (probably due to the wick to 'Search'...

In any case, I'm looking in the files for the XML files that contain specific characters, and when I'm looking her apparent there are many parts of these (INDEXED location) are ignored...

for example:

content: ~ "change."

Does NOT return the file that starts:

you are simply looking for a 'Change' returns this file but also returns files that have things in it that I don't want...

Research Action = 'Change' returns nothing...

The CustomerOrder search also returns nothing...

What is the secret for including things like - mark, equal to, oblique, oblique, braces, brackets, single quote, double quote and so on...?

Indexing is not necessary for the search function.  It is only necessary for the use of the libraries feature and to be able to search for files in the search/ORB box start and also to allow to change the options to search for specific file types.  In any case, I did a test earlier - apparently Windows 7 search search files for all the texts present xml content.  I found this link which describes the hoops to jump through.  We must be able to search xml files in plain text to the search, not the default filter special MS to xml files.

http://blog.sdbonline.com/2011/09/Windows-search-and-XML-files.html

Tags: Windows

Similar Questions

  • How do I search for special characters in the Explorer?

    I have a collection of 1000 + files in an FTP folder. The problem is that about 50 of them contain & symbols in their file names. I need to find and delete all the files containing the symbol '& '. I thought it should be easy enough to search for the symbol '&' File Explorer. However, in doing so, nothing happens. It returns all files. Is it possible to search for special characters like '&' in the file Explorer?

    Type filename: * & in the Explorer search field, it finds all files where appears the & character in the file or file name extension.

  • Need help with the search for special characters in oracle text

    Hi all

    Oracle 11g sql developer 4.0 help

    I am facing this challenge where Oracle text when it comes to searching for text that contains a special character.

    What I've done so far with the help of http://www.orafaq.com/forum/t/162229/

    "CREATE TABLE"SOS" COMPANY ".

    (SELECT "COMPANY_ID" NUMBER (10,0) NOT NULL,)

    VARCHAR2 (50 BYTE) "COMPANY."

    VARCHAR2 (50 BYTE) "ADDRESS1"

    VARCHAR2 (10 BYTE) "ADDRESS2"

    VARCHAR2 (40 BYTE) 'CITY ',.

    VARCHAR2 (20 BYTE) 'STATE ', HE SAID.

    NUMBER (5.0) "ZIP".

    ) CREATION OF IMMEDIATE SEGMENT

    PCTFREE, PCTUSED, INITRANS 40 10 1 MAXTRANS 255 NOCOMPRESS SLAUGHTER

    STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)

    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS USER_TABLES DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT 1)

    TABLESPACE 'USERS ';

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (1, 'LSG SOLUTIONS LLC', null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (2,' LOVE "S TRAVEL', null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (3, 'DEVON ENERGY', null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (4, 'SONIC INC', null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (5, "MSCI", null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (6, 'ERNEST AND YOUNG', null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (7, "JOHN DEER", null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (8,'Properties@Oklahoma, LLC', null, null, null, null, null);

    Insert into COMPANY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (9, 'D.D.T L.L.C.', null, null, null, null, null);

    BEGIN

    CTX_DDL. CREATE_PREFERENCE ("your_lexer", "BASIC_LEXER");

    CTX_DDL. SET_ATTRIBUTE ("your_lexer", "' SKIPJOINS,"., @-"'); -to jump. , @ - ' symbols

    END;

    /

    CREATE INDEX my_index2 ON COMPANY (COMPANY_NAME)

    INDEXTYPE IS CTXSYS. CONTEXT IN PARALLEL

    PARAMETERS ("LEXER your_lexer");

    SELECT
    company_name
    FROM company
    WHERE CATSEARCH(company.COMPANY_NAME, 'LLC','') > 0
    ORDER BY company.COMPANY_ID;
    
    

    output

    company_name

    1 LSG SOLUTIONS LLC

    2 Properties@Oklahoma, LLC

    only 2 rows back but must return 3

    It helps if you post a copy and paste of effective enforcement of the full code, including the results.  You posted an index of context with the query with catsearch, which requires a ctxcat index.  You must be a context clue that you did not post and did not add your lexer to.  The following table shows it returns all the lines of 3 as planned using either a with catsearch ctxcat index or a context index with contains, as long that you include the lexer in your create index.  You must also be sure that the index is created, or synchronized after inserting or updating data.

    Scott@ORCL >-version:

    Scott@ORCL > SELECT banner version of v$.

    BANNER

    --------------------------------------------------------------------------------

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    CORE 11.2.0.1.0 Production

    AMT for 64-bit Windows: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production

    5 selected lines.

    Scott@ORCL >-table and the test data:

    Scott@ORCL > CREATE TABLE 'SOCIETY '.

    2 ("COMPANY_ID" NUMBER (10,0) NULL NOT ACTIVATE,)

    3 'COMPANY_NAME' VARCHAR2 (50 BYTE),

    VARCHAR2 (50 BYTE) 4 "ADDRESS1"

    5 "ADDRESS2" VARCHAR2 (10 BYTE),

    VARCHAR2 (40 BYTE) 6 'CITY',

    7 VARCHAR2 (20 BYTE) 'STATE ', HE SAID.

    NUMBER (5.0) 8 'ZIP '.

    (9) THE CREATION OF IMMEDIATE SEGMENT

    PCTFREE 10 10 PCTUSED 40 INITRANS, MAXTRANS NOCOMPRESS SLAUGHTER 1 255

    11 STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)

    12 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS USER_TABLES DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT 1)

    TABLESPACE 13 "USERS."

    Table created.

    Scott@ORCL > START

    2 insert in SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (1, 'LSG SOLUTIONS LLC', null, null, null, null, null);

    3 insert in SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (2,' LOVE "S TRAVEL', null, null, null, null, null);

    4 insert into SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (3, 'DEVON ENERGY', null, null, null, null, null);

    5 insert into SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (4, 'SONIC INC', null, null, null, null, null);

    6 insert in SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (5, "MSCI", null, null, null, null, null);

    7 insert into SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (6, 'ERNEST AND YOUNG', null, null, null, null, null);

    8 insert in SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (7, "JOHN DEER", null, null, null, null, null);

    9 insert in SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (8,'Properties@Oklahoma, LLC', null, null, null, null, null);

    10 insert into SOCIETY (COMPANY_ID, COMPANY_NAME, Address1, Address2, CITY, STATE, ZIP) values (9, 'D.D.T L.L.C.', null, null, null, null, null);

    11 END;

    12.

    PL/SQL procedure successfully completed.

    Scott@ORCL >-lexer:

    Scott@ORCL > START

    CTX_DDL 2. CREATE_PREFERENCE ("your_lexer", "BASIC_LEXER");

    CTX_DDL 3. SET_ATTRIBUTE ("your_lexer", "' SKIPJOINS,"., @-"'); -to jump. , @ - ' symbols

    4 END;

    5.

    PL/SQL procedure successfully completed.

    Scott@ORCL >-ctxcat index and using catsearch queries:

    Scott@ORCL > CREATE INDEX my_index2 ON COMPANY (COMPANY_NAME)

    2 INDEXTYPE IS CTXSYS. CTXCAT PARALLEL

    3 PARAMETERS ("LEXER your_lexer");

    The index is created.

    Scott@ORCL > SELECT

    2 company_name

    3 the COMPANY

    4. WHERE the CATSEARCH (company.COMPANY_NAME, 'LLC', ") > 0

    5 ORDER BY company.COMPANY_ID;

    COMPANY_NAME

    --------------------------------------------------

    LSG SOLUTIONS LLC

    Properties@Oklahoma, LLC

    D.D.T L.L.C.

    3 selected lines.

    Scott@ORCL >-context and using the query index contains:

    Scott@ORCL > CREATE INDEX my_index3 ON COMPANY (COMPANY_NAME)

    2 INDEXTYPE IS CTXSYS. CONTEXT IN PARALLEL

    3 PARAMETERS ("LEXER your_lexer");

    The index is created.

    Scott@ORCL > SELECT

    2 company_name

    3 the COMPANY

    4 WHERE CONTAINS (company.COMPANY_NAME, 'LLC') > 0

    5 ORDER BY company.COMPANY_ID;

    COMPANY_NAME

    --------------------------------------------------

    LSG SOLUTIONS LLC

    Properties@Oklahoma, LLC

    D.D.T L.L.C.

    3 selected lines.

  • Getting started: windows searches for a password or Windows prompts you for a user to be picked. He has not done this before.

    Changes on the manufactured hardware and re-installed windows xp.

    Whenever I start the computer now, windows searches for a password. Then I have to choose a user. I'm the only one using my computer.

    Can I stop this or change something?

    I'm not locked out of my computer. Now, I can't sit here and click on certain things, I have not before, instead of just turn on the computer and it processes to get on the desktop.

    Type control userpasswords2 in the Start Run Menu box and change the setting there.

    Autologon for Windows XP

    http://www.Microsoft.com/windowsxp/using/setup/tips/advanced/Autologon.mspx

    John

  • There is a range of glyphs for special characters?

    There is a range of glyphs for special characters?

    Hi John,.

    To insert special characters in Muse site check the response of the Zak in this thread-

    Special characters - http://forums.adobe.com/message/4624817

    - Abhishek Maurya

  • Oracle Text, text search with special characters

    Hi all

    My s/n: 11.2.03

    I have ctxsys.context of index on a column.

    "Now, I would like to find a text like ' 891-000-33-01" (without ").

    The problem is that I can't find row propely when I write *'891 000 33 01'*,.
    and no result of lines when writing normal *'' 891-000-33-01 *.

    How to build an index, or what I do the text you enter in text typed with special characters, looked for and did not like google search (* when you write in google "cat - animal", serach engine returns the result of no animal cat *)

    Concerning

    The character 'less' is a special character and must be escaped if you don't want to do a subtraction.

    You can use "891\-000\-33\-01" or "{891-000-33-01}.

    Note that by default "-" is a newline character, so each set of numbers will be indexed as a separate token. If you want the "-" to be indexed as part of a single token, you will need to set it as a character PRINTJOINS. You will still need to escape in the query.

  • GREP search for all characters

    (Indesign CS6, Windows 7)

    For a book that I'm layout, the author marked text that should be indented like this:

    [indent]

    < paragraph >

    < paragraph >

    ...

    [indent]

    (Of course, in an ideal world, the Publisher would have charged the author simply use a word for this function.)

    I made a for the text indented paragraph style. I wanted to replace it in one shot, GREP search:

    (\[indent\]) ([.| \s|\r]+) (\[/indent\]) the middle part meaning one or more (+) of any character (.) or space or paragraph return. Replace it with:

    $2 and the paragraph style (getting rid of the markers at the same time).

    Nothing has been found. I changed it to (\[indent\])([\w|\s|\r]+) (without the end marker [indent], to see what would happen) and now he found something - but stop at the first mark of punctuation (only reaching no not the end marker). So I tried to fill in punctuation: (\[indent\)] ([\w|\.|-, |: | \s|\r]+]) and each time more was found (by the way,------. here means a complete stop). If it works more or less.

    The problem is, is a technical manual and most equations etc are in the text that should be indented, so there are a lot of characters who are neither letter or number. And of course you can not call it a clean solution.

    It's the kind of string search and replace I would also use on many other projects. Does anyone know a better solution? Now, 'any character' doesn't seem to work, there at - it a code for "any character being not not a letter or number? Thanks in advance.

    Try (? s)(\[indent\]\r?) (.+?) (\[/indent\]\r?)

    The (? s) runs on single line mode so it can be found through several paragraphs and the (. +?) is the shortes match between the tags. I've included returns after the tags, if there has, based on your example that the tags are separate paragraphs. If they are at the end of the paragraph that you want to keep, remove the \r? to avoid losing the paragraph breaks.

  • SQL to search for GENERIC characters

    Nice day


    Hi MASTER had a small problem

    got a table

    DIESEL_DETAIL
    ___________

    DATE_PO
    PLATE_NO
    DRIVER-NAME

    I NEED TO LOOK FOR HERE IS MY REQUEST

    SELECT * FROM DIESEL_DETAIL
    WHERE TO_CHAR(DATE_PO,'DD-MON-YYYY')
    FROM: P1_FROM
    AND: P1_TO
    AND PLATE_NO =: P1_PLATE_NO
    OR DRIVER-NAME =: P1_DRIVER_NAME



    ITS WORKING PERFECTLY BUT IT MUST HAVE A VALUE
    WHAT I WANT TO IS WHAT HAPPENS IF THE USER ENTERED NO VALUE
    IT WILL AUTOMATICALLY RUN THE SEARCH WITH GENERIC CHARACTERS

    IS THERE A POSSIBLE WAY?

    GOOD DAY MASTER THANK YOU...

    Hi Mike,.

    Here it is... You can use the NVL() to achieve this goal for the treatment of NULL values.

    If the entry is not specified, you can assign values by default if the entry by the user truncates to null...

    SELECT *.
    OF diesel_detail
    WHERE TO_CHAR (date_po, 'DD-MON-YYYY') BETWEEN NVL (: p1_from,)
    To_char (date_po,
    "MON-DD-YYYY".
    )
    )
    AND NVL (: p1_to,)
    To_char (date_po,
    "MON-DD-YYYY".
    )
    )
    AND plate_no = NVL (: p1_plate_no, plate_no)
    OR driver-name = NVL (: p1_driver_name, driver-name);

    In above query, if the entry for: p1_from is not specified,
    By default, the entry is TO_CHAR (date_po, 'DD-MON-YYYY') and the query is executed.

    Thank you
    Shankar

  • tests for special characters? (Winner JS CS5.5)

    Is there some sort of boolean, or function to tell if a character is a member of the Group of SpecialCharacters?

    I need to test if a range of text ends with a carriage return & had used a loop that proved the last character of the items found with myFoundItems [i] .characters [-1].contents.charCodeAt () == 13, which was fine except when the last character is be a special character. Because special characters not properly return a character code, script errors on. I have seen useful messages on filtering & translation of the characters special unicode, but nothing on a simple test.

    Maybe I'm still a rube rather miss a reference of Jongware... my skills are such that it seems that I would need to identify and test all possibilities (ugh!). Looks like he'd come enough that someone would have a practical function laying around...

    Thanks for any wisdom on this point.

    Hello

    1. to check if the myChar.contents is an element of SpecialCharacters , I think that you can just use the test

    ('object' is typeof myChar.contents)

    Since then in other cases typeof returns "string" (assuming that myChar is a valid instance of the character ).

    2. in any case, you can safely and always convert a single character (or any text) to a pure string JS help

    myChar.texts [0] .silence

    This tip prevents the content to return an item of SpecialCharacters property even if myChar is a 'special character '.

    More information on InDesign special characters and Unicode issues:

    Indiscripts: Special characters InDesign CS4/CS5 [Update]

    @+

    Marc

  • Data type for special characters

    Hi all

    I am working in Oracle 11 g r2 EE and Linux operating system. We need to insert special characters in table as! @# $.

    What type of data we use for the column.  I used varchar2 (100). .as data type... is this good or any other data type better we have for the storage of special characters.

    create table conv_defp (conv_id varchar2 (100));

    In the conv_id column we want to insert special characters.

    ! @$# are not more special than to abcd

    VARCHAR2 is fine

  • Cannot use Alt + for special characters

    Now when I press Alt and typing in starting, it starts to type... I am unable to type Alt + 0176 to get a degree for example symbol. They took this tool far?

    The method of entering characters Alt + numeric keypad doesn't work don't not is a bug in Flash CC. I pointed out a few months ago, but it has not yet been set in "Animate". For now, the only way to enter special characters in Flanimate is of type elsewhere and copy and paste in.

  • Validation for special characters-/ :*? "<>| in &lt; af:inputfFile &gt;

    Hi all

    I need to validate the fileUpload to prohibit the download of the file containing the special characters-/ :*? & quot; & lt; & gt; in the name of the file.
    IAM doing all other validations of upload of file inside the Bean.Kindly of backup please let me what is the best way to do.


    Thank you
    Bardet
            String specialChar = ".*[\\\\*/?<>|:\"].*";
            String test = "This is \" a Test";
            boolean lBoolean = test.matches(specialChar);
            System.out.println(lBoolean);
    

    Works for me...

    Timo

  • Bug in APEX_UTIL. DOWNLOAD_PRINT_DOCUMENT for special characters?

    Hello
    I use APEX_UTIL. DOWNLOAD_PRINT_DOCUMENT to download the reports of BI-Publisher. But with special characters and only if the file name is long, the name of the file is in Firefox 10.0.2 not correct. In IE9 its works well. I don't know if this is just a problem of browser or with APEX.

    Here is the code:
    declare
        v_filename varchar2(1000);
     
    begin
        v_filename := 'Umlaut ü 123456789012345678901234567890123';
    
        APEX_UTIL.DOWNLOAD_PRINT_DOCUMENT (p_file_name => v_filename,
                                           p_content_disposition => 'attachment',
                                           p_application_id      => :APP_ID,
                                           p_report_query_name   => 'Checkliste',
                                           p_report_layout_name  => 'Checkliste',
                                           p_report_layout_type  => 'rtf',
                                           p_document_format     => 'pdf');
    end;
    With
    Umlaut ü 123456789012345678901234567890123
    his work and I get a file named "umlaut u 123456789012345678901234567890123.pdf.
    But with
    Umlaut ü 1234567890123456789012345678901234
    (one character longer) his does not work and I get a file named "= _utf-8_B_VW1sYXV0IMO8IDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MDEyMzQucGRm.

    If I change the EU u I have no problem, even with much longer file names.

    Very strange, isn't?

    Any ideas for that?

    Kind Regadrs,
    Mark

    Hi Mark,

    I was able to reproduce your problem in Firefox, very strange indeed. And it works fine in IE and Chrome. Seems so very likely browser related. Don't know what to do about it, being German myself, I test with umlauts in general, but have not seen this before. I'll keep digging. Regarding your second question, which is done by the engine. I looked at the source code and found that we cut everything after the first period '. ', it is done because according to the type of document requested, APEX adds automatically appropriate file extension. So, I recommend to avoid the use of periods and also do not include a file extension in your file name.

    Kind regards
    Marc

  • Windows search for windows 7 does not work, indexing seems to be disconnected.

    I can't find files or emails. Indexing seems to be disconnected in some way, and this is making it impossible for me to work.

    troubleshoot or microsoft fixit colud does not solve the problem, what can I do?

    Thank you!

    Pablo,

    Try the steps suggested by azam from the link

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-files/search-feature-is-not-working-for-Windows-7/dae1f2e0-4967-4928-9444-f815188bda3c

  • Search for wildcard characters

    Hello

    Can we use the wildcard search in Berkeley Java Edition. The joker that interests me is to search a text field that begin with the specific prefix. For example, in SQL query can find all text that start with the prefix "XML", by specifying the lookup key to be "XML %". Can it be done in Berkeley I if I use a Direct persistence layer?
    Thank you

    Samir

    Samir,

    If you search the forum for 'DPL query', you will find the wire this query is possible using DPL? which is the same kind of question. In particular, if you read the white paper recommended (http://www.oracle.com/technology/products/berkeley-db/pdf/performing%20queries%20in%20oracle%20berkeley%20db%20java%20edition.pdf) you can see an example of the query, that you ask the subject.

    Kind regards

    Linda

Maybe you are looking for