Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In DSpace, the most confusing concept regarding search fields is the keyword search.
  • In the basic search boxes (as seen below), any terms entered are searched for anywhere within any of the search indices (i.e. any of the
    Code Block
    search.index.#
    fields in dspace.cfg), or the full text of the document (if it is full-text indexable). These search boxes perform what most refer to as a keyword or keyterm search.
    Image Modified
  • However, to make things a little confusing, you'll notice a keyword search index listed in dspace.cfg:
    Code Block
    search.index.4 = keyword:dc.subject.*
    This (rather inappropriately named) index is actually used during subject specific searches (hence the
    Code Block
    subject.*
    ). It does not have any control over a normal keyword search that is run from the basic search box in DSpace.