[Koha-bugs] [Bug 9819] stopwords related code should be removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 19 20:01:14 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9819

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17341|0                           |1
        is obsolete|                            |
  Attachment #17342|0                           |1
        is obsolete|                            |
  Attachment #17343|0                           |1
        is obsolete|                            |

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17558
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17558&action=edit
Bug 9819 - 'stopwords'-related code removed

This patch removes code related to stopwords usage. The following methods are
removed:

C4::Search->remove_stopwords
C4::Context->stopwords
C4::Context->_new_stopwords

And the buildQuery API was changed (removed the \@removed_stopwords return
value).
A follow-up is provided for database changes, to make rebasing easier.

To test:
- Apply this patch
- Do some searches in both intranet and opac interfaces
- Nothing should break

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list