Re: API changes in libbeagle application
"Joe Shaw" <[email protected]>
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 12/4/07, D Bera <[email protected]> wrote: > Just a reminder that, when you set the source/hitttype/mimetype of a > query as explained below, note the WHITESPACE _before_ "type:AAA" etc. > i.e. beagle_query_add_text (query, " type:AAA") instead of > beagle_query_add_text (query, "type:AAA"). All that is happening is we > are adding another query term "type:AAA" at the end of the actual > query text. This is kind of a lame API detail. Maybe we can make beagle_query_add_text() smarter to handle being called multiple times. Joe