one more thing, a very minor one: the 'All' in the category pull-down menu is not I18n. I don't think I should open a ticket just for this...
On Nov 12, 10:00 pm, gestadieu <[EMAIL PROTECTED]> wrote: > Hi Carl, > > Beta 1, sounds good news! I'll check it out later. > > see my answers below. > > Gerald > > On Nov 12, 2:52 am, Carl Vondrick <[EMAIL PROTECTED]> wrote: > > > > > On Sunday, November 11, 2007, gestadieu wrote: > > > 1. PDF index: I know it is not directly possible but I am working on a > > > dms solution and I am planning to obviously index also files (mainly > > > pdf), If I use a command line tool to get the content of the pdf in > > > text I guess there is no problem to index it in lucene? Do you see any > > > easy way to do that? > > > Hey, > > I just pushed the first beta of sfLucene, which has better support for this. > > Note, however, that the configuration file format has changed and you have > > to > > manually update. You can register a custom type of indexer with the system > > now, such as a PDF indexer and it will run along with the others. Check out > > the last part of the documentation for more on this. > > > I would love to ship a PDF indexer with sfLucene, but I can't figure out a > > portable way of doing it. If you have any ideas, let me know! If you want > > to create patch, even better. > > For pdf, the only 2 solutions I found are: > - a comment on php.nethttp://www.php.net/manual/fr/ref.pdf.php#56492, > it seems a very basic script but at least could work at first > - Xpdf seems to support most plateform for the command line > I'll have a look later this year once I start the project and have > time to focus on it. > > > > > > 2. separation of search by category: I am interested (when search by > > > 'All categories') to list separatly each result sets by category, is > > > there any way to do it? I must admit that I did not check in detail > > > your code to identify how it works for categories. The only solution I > > > can see for now is to make one search per category to get them > > > separatly. > > > sfLucene already has an interface switch with the pull-down to select which > > category to search under. Or are you looking for something different? > > 2. For the categories, yes I have seen the category pull-down and it > is already good to narrow the search but this is not exactly what I > was trying to explain: > - What I am looking for is the best way to list results by category to > be able to list in an area of the page the result for articles and > another area results for blogs and so on... But I guess that modifying > the result view should be enough because I believe that I can access > the category of each result therefore I should be able to sort them > and separate the view for each category results. I haven't try yet but > I will later probably. > > Btw, I was trying to put the list of categories as multiple to select > more than one category at a time but it does not seems to work, is it? > > I will try also to send you a patch later to display the list of > category in checkbox (when you do not have too much), it is always > easier to multiple check checkbox rather than select element. It > should be configurable of course through the app.yml or something like > this. > > > > > Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
