Skip to main content
Lina_DABASINSKAITE
Community Manager
July 3, 2024

How to use Boolean operators and wildcards in searches

  • July 3, 2024
  • 7 replies
  • 3985 views

The following Boolean operators can be used to include or exclude search terms in the search box of ST community:

  • The OR operator is a default option. To search for one of the following search terms “Flash” or “MCU”, use the query: Flash MCU or Flash OR MCU. The search engine also runs this operation with the || symbol: Flash || MCU.
  • *The AND operator checks for all defined terms in the text of a single content. To search for content with both “Flash” and “MCU” terms, use the query: Flash AND MCU. The search engine also runs this type of query with the && symbol: Flash&&MCU. Note: The && operator should be used without space between terms.
  • The + operator creates a requirement in which the term after the + symbol must be included in search results. If the content must contain “Flash” but may contain “MCU”, use the following query: +Flash MCU.
  • The - operator creates a requirement in which the term after the - symbol is excluded from search results. If the content should not contain “Flash” but may contain “MCU”, use the following query: -Flash MCU.

Wildcard searches allow finding single terms that differ by one character or the same string of characters (this does not apply for phrase queries).

  • To perform a single character wildcard search, use the ? symbol. For example, to search for “LIST” or “LOST” you can enter in the search box: l?st.
  • To perform a multiple character wildcard search, use the * symbol. For example, to search for the content with multiple variations, like board, boards or boarders, enter in the search box: board*.

Quotations should be used for phrases only (starting with 2 words), and not single words. They allow members to search for an "exact phrase".

Related article: How to search - STMicroelectronics Community

    7 replies

    BarryWhit
    Lead
    July 4, 2024

    Related article: How to search - STMicroelectronics Community

    That article appears under FAQs/Searching, but it does not link to this "advanced" post. Consider listing this post under "FAQs/Searching" as well.

     

    Update:

    I also remind those who come here that they can use any major search engine to perform a search which is limited to this website. This allows you to take advantage of any query language features they offer (it's well worth seeking out the docs for those). All you need to do is include the (standard) "site:https://community.st.com/"  operator in the search query.

    For example:

    https://duckduckgo.com/?q=site:https://community.st.com/+intitle:"module"

    waclawek.jan
    Super User
    July 7, 2024

    The AND operator checks for all defined terms in the text of a single content. To search for content with both “Flash” and “MCU” terms, use the query: Flash AND MCU. The search engine also runs this type of query with the && symbol: Flash && MCU.

    Okay, so

    waclawekjan_0-1720343881532.png

    should result in the same as if I replace AND by &&, right?

    waclawekjan_1-1720343931302.png

    which is obviously a different result.

    Now I'm a seasoned user of crappy products, so I quickly realized that:

    waclawekjan_2-1720344026399.png

     

    Nonetheless, it's a bug (BUG #1).

    But what's a worse bug is, that the search does not work at all: in the second result, there is no occurence of "STM32F410" nor of "DAC".  (BUG #2).

    JW

    Lina_DABASINSKAITE
    Community Manager
    July 15, 2024

    Hello,

    @BarryWhit , thanks for the note. The article is now part of the How to search - STMicroelectronics Community too. 

    @waclawek.jan , thanks for sharing your findings. Let me know look into this and get back. 


    ​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
    Lina_DABASINSKAITE
    Community Manager
    July 26, 2024

    Hello @waclawek.jan , 

    The first issue highlighted that AND and && do not return the same results - we confirmed this behavior and is currently with support team under investigation. 

    Regarding the second issue that search does not work because there is no occurrence of "STM32F410" nor of "DAC",  both words appear in the Silica_Friday.pdf file attached to this post, hence search is working correctly:

    • STM32F410: 3 times.
    • DAC: 9 times.
    • But as it does no direct to an exact location where the document is attached, I agree, it creates this confusion. 

    We will get back to this topic once there is an update. 

    Thanks for your cooperation here. 

    Greetings,
    Lina

    ​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
    waclawek.jan
    Super User
    July 26, 2024

    > both words appear in the Silica_Friday.pdf file attached

    Oh, that explains it indeed. I wouldn't expect that...

    Thanks,

    JW

    August 6, 2024

    Hi @waclawek.jan ,

    The && operator should be used without spaces between terms. We've updated the guide with this information and appreciate you bringing it to our attention.

    Best,

    Adam

    waclawek.jan
    Super User
    August 6, 2024

    Hi Adam,

    > The && operator should be used without spaces between terms.

    What? Why?

    This is an extraordinarily weird and entirely illogical requirement. And, as such, I still consider it to be a bug.

    JW