How to use Boolean operators and wildcards in searches

- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
on
2024-07-03
11:23 AM
- edited on
2024-08-06
9:29 AM
by
Daniel_P
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
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
> 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"
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
should result in the same as if I replace AND by &&, right?
which is obviously a different result.
Now I'm a seasoned user of crappy products, so I quickly realized that:
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

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
> both words appear in the Silica_Friday.pdf file attached
Oh, that explains it indeed. I wouldn't expect that...
Thanks,
JW
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
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