Adium

Ticket #6364 (closed enhancement: fixed)

Opened 5 years ago

Last modified 3 years ago

Chat Transcript Viewer Search doesn't do partial matching

Reported by: nep Owned by:
Milestone: Adium 1.4 Component: Adium UI
Version: 1.3svn Severity: minor
Keywords: Cc:
Patch Status:

Description

Typing into the search box at the top of the Chat Transcripts window, I find that typing in only a partial word brings back no results.

Most application-based text searches will match partial words, including iTunes and Spotlight and Firefox. So I think that it's expected behavior -- I'm torn as to whether this is a defect or a bug.

To test this, use a long word in a chat, then try typing in the first few characters of it. The expected chat will not appear.

Change History

comment:1 Changed 5 years ago by cbarrett

partial string searching: Matching of the terms in a query string to indexed terms, with implied wildcard characters at the start and end of each query term. Each term is matched separately. Search Kit does not currently support partial string searching as an option, but a client application can provide it by adding wildcard operators (asterisks) around each term before handing a query off to Search Kit. See also search.

(from  Search Kit Programming Guide: Glossary).

comment:2 Changed 5 years ago by jas8522

  • Severity changed from normal to trivial
  • priority changed from normal to lowest
  • Version changed from 1.0 to 1.1svn
  • Milestone set to Needs dev review
  • Patch Status set to None
  • Type changed from defect to enhancement

Changing this to enhancement with dev review - depends on if they wish to add the asterix at the end of the search term or not.

comment:3 Changed 5 years ago by ronald_poi

This is very important. Sometimes, for example, people write me their phone numbers. Later, when i ask myself "what was it's number?"... i began typing the first 3 digits but nothing comes out. It's even worst for numbers than letters.

comment:4 Changed 4 years ago by jas8522

  • pending set to 0
  • Milestone changed from Needs dev review to Adium X 1.4

It does seem like a good plan to add the asterisks in as most search functionality in OS X works like this (iTunes, iPhoto, Mail, etc.)

comment:5 Changed 4 years ago by djmori

comment:6 Changed 4 years ago by Robby

  • Owner nobody deleted
  • priority changed from lowest to low
  • Version changed from 1.1svn to 1.3svn
  • Component changed from Logging to Transcripts Viewer
  • Severity changed from trivial to minor

comment:7 Changed 4 years ago by evands

  • Status changed from new to closed
  • Resolution set to fixed

(In [25368]) Automatically make search terms wildcard-matching if they don't specify a wildcard pattern. Fixes #6364

comment:8 Changed 3 years ago by zacw

  • Component changed from Transcripts Viewer to Adium UI

Removing 'Transcript Viewer' component.

Note: See TracTickets for help on using tickets.