Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.0 - Beta
    • Fix Version/s: 4.0 - Beta, 4.0
    • Component/s: Viewer RI
    • Labels:
      None
    • Environment:
      any

      Description

      To help demonstrate the text search API I want to add a new search parameter for cumulative text searches.

      Under normal circumstances each time a users starts a new search with the search button the previous search highlighting is cleared. When the "cumulative" search option is selected search highlighting is not cleared.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19728 Thu Nov 19 07:52:08 MST 2009 patrick.corless PDF-87 addition of cumulative search criteria for search RI.
        Files Changed
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/util/SearchTextTask.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SearchPanel.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19729 Thu Nov 19 08:05:33 MST 2009 patrick.corless PDF-87add missing message bundle changes.
        Files Changed
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/resources/MessageBundle.properties
        Patrick Corless created issue -
        Patrick Corless made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 4.0 [ 10212 ]
        Affects Version/s 4.0 [ 10212 ]
        Hide
        Patrick Corless added a comment -

        The search API allows for multiple search terms for example:

        searchController.clearAllSearchHighlight()
        searchController.addSearchTerm(term1,caseSensitive, wholeWord);
        searchController.addSearchTerm(term2,caseSensitive, wholeWord);
        searchController.addSearchTerm(term3,caseSensitive, wholeWord);
        // use the above terms in search, term1 || term2 || term3
        // where termX = word && word*
        searchController.searchHighlightPage(1);

        The above users case is difficult to demonstrate in the RI and is the motive for adding the new check box.

        Show
        Patrick Corless added a comment - The search API allows for multiple search terms for example: searchController.clearAllSearchHighlight() searchController.addSearchTerm(term1,caseSensitive, wholeWord); searchController.addSearchTerm(term2,caseSensitive, wholeWord); searchController.addSearchTerm(term3,caseSensitive, wholeWord); // use the above terms in search, term1 || term2 || term3 // where termX = word && word* searchController.searchHighlightPage(1); The above users case is difficult to demonstrate in the RI and is the motive for adding the new check box.
        Hide
        Patrick Corless added a comment -

        Added cumulative search option to RI.

        Show
        Patrick Corless added a comment - Added cumulative search option to RI.
        Patrick Corless made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 10222 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: