add publication source filed #657
Annotations
10 errors and 1 warning
ExUnit
test search/1 with a single-word term that matches several fields does a fuzzy search (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by title (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term not present in the dataset does a fuzzy search when there's no words start with the term (RichardBurton.Publication.IndexTest)
|
ExUnit
test all/0 returns all publications flattened (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by publisher (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by year (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a composite term present in the dataset retrieves publications matching any of the words (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term that matches several fields does a prefix search (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by country (RichardBurton.Publication.IndexTest)
|
ExUnit
test search/1 with a single-word term present in the dataset retrieves publications by original author (RichardBurton.Publication.IndexTest)
|
ExUnit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|