Searching for references
How to search for references in Overleaf
The following examples provide short video clips and step-by-step overviews that show how to use simple search and advanced reference search.
How to use simple search
Simple search lets you browse and filter a list of the citation keys contained in your project’s .bib
file(s). The following short video clip demonstrates simple search using the steps listed below.
Type a citation command such as
\cite
.Start typing between
\cite
’s braces, using text that could appear in a citation key, such asKnuth
.Overleaf will automatically filter the list of citation keys to display keys containing Knuth. The results are listed under the heading FROM YOUR PROJECT to highlight the source of these references.

Select the desired citation key to complete the
\cite
command, such as\cite{Knuth_textbook_1986}
. This completes the simple search.
How to use advanced reference search (premium feature)
Before we explain how to select advanced reference search, and configure it, here is a short video showing how to use it. Our example is based on the steps listed below: searching for references containing the word metafont
.
Type a citation command such as
\cite
.Type your search term between
\cite
’s braces, usingmetafont
as the search term—because it will likely appear in the reference title.

The search results list each reference under a heading showing where the reference was found; those headings are:
FROM YOUR PROJECT
FROM PAPERS
FROM ZOTERO
FROM MENDELEY
Select the desired citation key to complete the
\cite
command.As shown in the video, a Mendeley reference with citation key
TeX1979
is selected and added to the project.bib
file namedrefmanagers.bib
.
Benefits of advanced reference search
Advanced reference search allows you to search fields such as title and author rather than just the citation key:
For
.bib
files it uses citation key, author, journal, title, year, and date.For reference managers, the searchable fields vary based on the features provided by each platform.
Additionally, advanced reference search lets you directly search linked reference managers and pull individual references into an Overleaf .bib
file. This offers several benefits:
All reference data added from a linked reference manager is fully editable by all collaborators.
It avoids the need to refresh a linked file every time you add a new reference to your linked reference manager.
The
.bib
file remains streamlined, minimizing file size and reducing compilation time by adding only the references used in your document.
Last updated
Was this helpful?