~pete-woods/hud/tweak-search-parameters

« back to all changes in this revision

Viewing changes to service/ItemStore.cpp

  • Committer: Pete Woods
  • Date: 2014-02-28 13:51:34 UTC
  • Revision ID: pete.woods@canonical.com-20140228135134-siy1767tf4559ava
Update ready for new release of libcolumbus

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
 
192
192
                try {
193
193
                        MatchResults matchResults(
194
 
                                        m_matcher.tempMatch(queryList, Word("command")));
 
194
                                        m_matcher.onlineMatch(queryList, Word("command")));
195
195
 
196
196
                        int queryLength(query.length());
197
197