https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35330

            Bug ID: 35330
           Summary: Split rcn index to allow for more specific searches
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 26314

At the moment the index on Record control-number (7xx$w, 8xx$w) includes the $w
subfields of multiple linking fields. This means that we can't specify a search
that only find a specific type of link.

Example:
* Finding all volumes linked to a set record, will also find records that are
also linked as another physical form (776) or a preceding entry (780)

It would be nice to have the general, but also more specific indexes limited to
the relevant $w only.

As features like bug 26314 use the indexes in internal functions to do searches
in the background, we cannot easily solve this with local changes to indexing
and XSLT.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314
[Bug 26314] "Volumes: show volumes" showing regardless of whether there are
volumes linked to the record
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to