Re: [fossil-users] Technotes and Search results

2016-12-14 Thread Chris Rydalch
I've been trying to get add technotes to search, but I'm not very familiar with sqlite3, and only semi-familiar with C in general, so I'm learning as I go. Here's where I'm at so far: db_multi_exec( "INSERT INTO x(label,url,score,id,date,snip)" " SELECT printf('Tech-note %%s

[fossil-users] Technotes and Search results

2016-12-09 Thread Chris Rydalch
As I've been getting my feet wet with Fossil, I noticed the Search doesn't seem to return any matches in Technotes. Is there some hidden way to configure the search to include Technotes? Martijn on Stackoverflow pointed out that the source code doesn't look at technotes, but should they be