Skip to content

Search bibtex field with exact match #66

@MengXiangxi

Description

@MengXiangxi

Currently, the following method would return all entries with the specific field containing the search string.

<select class="bibtex_search bibtex_generate_{bibtex entry name}" search="{bibtex entry name}">
  <option value="">Search {bibtex entry name}</option>
</select>

However, it may cause problem if one item is a substring of another (like journal names Nature and Nature Communications). If searching for the substring (Nature), the entries containing the whole string (Nature Communications) would also be selected.

So, is there a way to use exact match here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions