Review Request 123643: Move away from Baloo::Term

Vishesh Handa me at vhanda.in
Fri May 8 15:11:50 BST 2015



> On May 6, 2015, 3:11 p.m., Emmanuel Pescosta wrote:
> > I wonder if Baloo::Query::toSearchUrl can be replaced by a simple QUrl + QUrlQuery
> > 
> > Something like: baloosearch://...?search=hello+world&checkContent=no&rating={"gt": 2}&modified={"gt": "my-iso-date"}

It can be. This would currently work -

baloosearch://?query=hello world rating>2 modified>=2014-02-04 includeFolder:/home/power/df

I'm not sure what the `checkContent=no` flag should do. Currently it will search through everything. We could otherwise do -

baloosearch://?query=filename:'hello world'

Perhaps we can do this in another patch?


- Vishesh


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123643/#review79975
-----------------------------------------------------------


On May 6, 2015, 1:01 p.m., Vishesh Handa wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/123643/
> -----------------------------------------------------------
> 
> (Updated May 6, 2015, 1:01 p.m.)
> 
> 
> Review request for Dolphin.
> 
> 
> Repository: dolphin
> 
> 
> Description
> -------
> 
> Baloo is set to become a framework and wants to only export the bare
>     minimum number of classes as it will need to provide ABI + API
>     guarentees forever. The Term class is now no longer exported. It can be
>     added back again.
> 
> 
> Diffs
> -----
> 
>   src/search/dolphinfacetswidget.h 03fb127 
>   src/search/dolphinfacetswidget.cpp b183eb8 
>   src/search/dolphinsearchbox.cpp b67d1e6 
> 
> Diff: https://git.reviewboard.kde.org/r/123643/diff/
> 
> 
> Testing
> -------
> 
> Searching seems to work.
> 
> 
> Thanks,
> 
> Vishesh Handa
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20150508/7c1d9212/attachment.htm>


More information about the kfm-devel mailing list