Added a filter for full text indexation of elements.#640
Merged
zerocrates merged 2 commits intoomeka:masterfrom Feb 24, 2015
Merged
Added a filter for full text indexation of elements.#640zerocrates merged 2 commits intoomeka:masterfrom
zerocrates merged 2 commits intoomeka:masterfrom
Conversation
Member
|
The existence of a filter here seems fine, but I don't think the name is good, as "index" is a little generic and not the term we mostly use elsewhere for this system, and these are actually element texts, not elements, that are being filtered. I think "search_element_texts" is probably a better choice. |
Contributor
Author
|
Hi, Ok, I commit this name. Sincerely, Daniel Berthereau |
zerocrates
added a commit
that referenced
this pull request
Feb 24, 2015
Added a filter for full text indexation of elements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This one line patch adds a filter to modify full text indexation. This is needed for example to remove some fields, specially internal and management ones, from full text search (see https://groups.google.com/forum/#!topic/omeka-dev/cMPhwyvh75M). This can be used with the patch of the plugin Hide Elements (zerocrates/HideElements#8).
Sincerely,
Daniel Berthereau
Infodoc & Knowledge management