Boolean Search Tips for Faster Literature Discovery
AND, OR, NOT, brackets, quotation marks and truncation turn a vague database search into a precise one. Build reusable search strings instead of retyping keywords.
Most students search a database the way they search Google, by typing a sentence and hoping. Academic databases do not work that way. They respond to structure, and three operators plus two punctuation marks give you almost all of it. Learning them takes about fifteen minutes and turns a search returning 40,000 vague results into one returning 60 relevant ones.
Key Takeaways
- AND narrows, because every term must appear. OR broadens, because any term can appear. NOT excludes.
- Use OR inside a concept for synonyms, and AND between different concepts.
- Brackets control the order, exactly as in maths. Databases usually treat AND as the primary operator.
- Quotation marks keep a phrase together. Truncation with an asterisk catches word endings.
- Save the search string, not just the results, so you can rerun and refine it.
The Three Operators
MIT Libraries defines them concisely. AND narrows results, because all search terms must be present. OR connects similar concepts or synonyms and broadens results, because any of the terms can be present. NOT excludes words, telling the database to ignore concepts that may be implied by your terms.
| Operator | Effect | Use it for | Example |
|---|---|---|---|
| AND | Narrows. All terms must appear | Joining different concepts | cloning AND humans AND ethics |
| OR | Broadens. Any term may appear | Synonyms for one concept | cloning OR genetics OR reproduction |
| NOT | Excludes | Removing a predictable false hit | cloning NOT sheep |
Use NOT sparingly. It removes every record containing that word, including papers that mention it once in passing while otherwise being exactly what you need.
The Two Punctuation Marks
Quotation marks hold a phrase together. MIT's guidance gives the example "college students" AND "test anxiety", so the words appear as intended rather than scattered separately across a record. Without the quotes, a database may return anything containing "college", "students", "test" and "anxiety" anywhere.
Truncation uses an asterisk to catch word endings. Searching nurs* retrieves nurse, nurses, nursing and nursery. That last one shows the risk: truncate too early and you import noise. Truncating at adolescen* is safe and catches adolescent and adolescence. Truncating at ad* is not.
Brackets: The Part Most Students Miss
When you mix AND and OR in one string, the database needs to know which to process first. MIT notes that databases usually recognise AND as the primary operator, and advises enclosing the terms to be ORed together in parentheses. Their example is ethics AND (cloning OR reproductive techniques).
Compare what happens without brackets:
| Search string | What the database returns |
|---|---|
| ethics AND cloning OR reproductive techniques | Records about ethics and cloning, plus every record about reproductive techniques regardless of ethics. Far too many. |
| ethics AND (cloning OR reproductive techniques) | Records about ethics that also cover either cloning or reproductive techniques. What you actually wanted. |
The Concept Block Method
This is the technique that makes searches reusable. Break your question into two or three concepts, list synonyms under each, then join them.
Research question: Does peer feedback improve academic writing in undergraduate students?
| Concept 1: feedback | Concept 2: writing | Concept 3: population |
|---|---|---|
| "peer feedback" | "academic writing" | undergraduate* |
| "peer review" | "essay writing" | "higher education" |
| "peer assessment" | composition | universit* |
Now OR within each column and AND across them:
("peer feedback" OR "peer review" OR "peer assessment") AND ("academic writing" OR "essay writing" OR composition) AND (undergraduate* OR "higher education" OR universit*)
That string is portable. Paste it into a different database and it usually works with minor adjustment, which is why saving the string matters more than saving the results.
When You Get Too Many or Too Few Results
| Problem | Fix |
|---|---|
| Thousands of results | Add another concept block with AND. Limit to title and abstract fields rather than full text. Apply date or peer-review filters |
| Almost nothing | Add synonyms with OR. Remove your narrowest concept. Truncate more terms. Check spelling and British against American variants |
| Right count, wrong topic | Your synonyms are drifting. Check whether one OR term is pulling a different field's literature |
| Same few papers repeatedly | Look at their reference lists and at what cites them, then search those authors directly |
Spelling and Regional Variants
This catches international students constantly. Databases match characters, not meaning, so a British spelling misses American records and the reverse.
- behaviour OR behavior
- organisation OR organization
- paediatric OR pediatric
- programme OR program
Add both forms with OR whenever the term is central to your search. Truncation sometimes helps, but not across a vowel change, so organi*ation will not work in most databases.
A Worked Refinement
Search strings rarely work first time. What matters is knowing which lever to pull. Here is the same question refined across four attempts, with the reasoning at each step.
| Attempt | String | Results | What went wrong and what to change |
|---|---|---|---|
| 1 | does peer feedback improve student writing | ~2,000,000 | A sentence, not a search. The database matched each word separately. Extract concepts. |
| 2 | peer feedback AND writing | ~14,000 | Better, but "writing" is far too broad and "peer feedback" split into two words. Add quotes and narrow concept two. |
| 3 | "peer feedback" AND "academic writing" | ~400 | Precise but narrow. Synonyms are missing, so relevant work using "peer review" is invisible. Add OR blocks. |
| 4 | ("peer feedback" OR "peer review") AND ("academic writing" OR "essay writing") AND undergraduate* | ~90 | Workable. Now filter by date and peer review, then scan titles. |
Two habits come out of that sequence. Change one thing at a time, so you can see what each edit did. And record the result count after each attempt, because a sudden collapse from 400 to 3 usually means a typo or an operator the database did not accept rather than a genuinely empty field.
Documenting Your Search
Systematic review guidance from Louisiana State University Libraries emphasises recording searches and de-duplicating results in a reference manager. You do not need full systematic-review rigour for an undergraduate essay, but the habit pays off in two places. If your marker asks how you found your sources, you have an answer. And when you return to the topic for a dissertation, you restart from a working string rather than from nothing.
Record four things per search: the database, the exact string, the date, and the number of results.
Discipline Notes
- Health and nursing: PubMed adds MeSH subject headings on top of keywords. Combining a MeSH term with keyword synonyms usually beats either alone.
- Engineering and computing: IEEE Xplore and Scopus support the same operators, though field codes differ. Check the advanced search help.
- Business and social sciences: terminology varies more between traditions, so invest more effort in the synonym column.
- Law: case databases use their own syntax and proximity operators, so treat Boolean basics as a starting point only.
Where Ethical Support Fits
Searching is a skill your librarian is paid to teach, and a subject librarian will often build a search string with you in one appointment. That is free, expert, and entirely legitimate. Support from a tutor can reasonably extend to reviewing whether your search covered the right concepts. The reading and the judgement about what to cite stay yours.
Frequently Asked Questions
Do I have to type operators in capitals?
Most databases require it, and those that do not still accept it. Use capitals as a habit so the same string works everywhere.
Does Google Scholar support Boolean?
Partly. It handles quotation marks and OR, but its handling of complex nesting is inconsistent. Use it to find a starting paper, then move to a subject database for systematic searching.
How many synonyms should I list per concept?
Three to five is usually enough. If a synonym adds no new results after testing, drop it and keep the string readable.
Should I search full text or just title and abstract?
Start with title and abstract for precision. Full text searching returns papers that mention your term once and are otherwise irrelevant.
How do I keep track of what I searched?
Record the database, the exact string, the date and the number of results. If your assignment requires a search strategy appendix, you will already have it.
Your Next Step Today
Take your current research question and write out three concept columns with three synonyms each. Join them with OR inside columns and AND between columns. Run it once and note the result count. That single string will save you more time than any other fifteen minutes this week.
Trusted Sources
- MIT Libraries, Database Search Tips: Boolean operators, source of the AND, OR, NOT definitions, the nesting rule and the worked examples. Accessed 11 August 2026.
- University of Washington Bothell Library, Boolean operators, on nesting with parentheses. Accessed 11 August 2026.
- University of Tasmania Library, Boolean operators for systematic reviews, on OR within a concept and AND across concepts. Accessed 11 August 2026.
- University of North Carolina Libraries, Advanced searching with Boolean, on broadening and narrowing. Accessed 11 August 2026.
- University of Southern California Libraries, Boolean searching, practical database examples. Accessed 11 August 2026.
- Louisiana State University Libraries, Steps in a systematic review, on recording searches and de-duplicating with a reference manager. Accessed 11 August 2026.
Database syntax varies. Where a database's own advanced search help differs from this guide, follow the database.
Related services
Related guides
- Active Reading Techniques for Dense Academic Papers
- How to Write a Literature Review: Structure and Synthesis
- How to Write a Systematic Literature Review
- Designing an Academic Conference Poster
All academic writing guides or browse our academic writing services.