"Avignon" "Montpellier" "Marseilles" |
This query searches for the records whose field is exactly equal to
Avignon or exactly equal to Montpellier
or exactly equal to Marseilles.
For example, in the field "Place" of the Currency Exchange (Spufford) data set:
- Avignon, Montpellier,
and Marseilles will be matched,
- but not Avignon-Florence, Barcelona-Avignon,
Montpellier-Provins, and Marseilles-Messina.
|
Avignon Montpellier Marseilles |
This query searches for the records whose field contains the characters
Avignon or the characters Montpellier or the characters Marseilles, among
other characters.
For example, in the field "Place" of the Currency Exchange (Spufford) data set:
- Avignon, Montpellier, and Marseilles, will be matched,
- as well as Avignon-Florence, Barcelona-Avignon,
Montpellier-Provins, and Marseilles-Messina.
|