You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2006/06/13 17:25:57 UTC

DO NOT REPLY [Bug 39801] - Search results page is specific to default publication

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39801>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39801





------- Additional Comments From andreas@apache.org  2006-06-13 15:25 -------
Created an attachment (id=18455)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18455&action=view)
Patch that uses the usecase module for the search results page

You have to add a usecase document with the document ID "/search". The content
has to be:

<?xml version="1.0" encoding="UTF-8"?>
<usecase xmlns="http://apache.org/lenya/usecase/1.0" name="lucene.search"/>

The "return to document" link doesn't work yet.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Search results page as usecase document (was: DO NOT REPLY [Bug 39801] - Search results page is specific to default publication)

Posted by Josias Thöny <jo...@wyona.com>.
On Mon, 2006-06-19 at 09:55 +0200, Andreas Hartmann wrote:
> Hi Lenya devs,
> 
> bugzilla@apache.org wrote:
> 
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=39801
> > 
> > ------- Additional Comments From andreas@apache.org  2006-06-13 15:25 -------
> > Created an attachment (id=18455)
> >  --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18455&action=view)
> > Patch that uses the usecase module for the search results page
> > 
> > You have to add a usecase document with the document ID "/search". The content
> > has to be:
> > 
> > <?xml version="1.0" encoding="UTF-8"?>
> > <usecase xmlns="http://apache.org/lenya/usecase/1.0" name="lucene.search"/>
> > 
> > The "return to document" link doesn't work yet.
> 
> 
> Did anyone have the time to take a look at this?
> Should I go on with this approach and fix the remaining issues?

I had a quick look at it, I think it's a nice solution.
Do you know if it breaks the search functionality of existing
publications? 

- Josias

> 
> -- Andreas
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Search results page as usecase document

Posted by Andreas Hartmann <an...@apache.org>.
Jörn Nettingsmeier wrote:
> Andreas Hartmann wrote:
>> Hi Lenya devs,
>>
>> bugzilla@apache.org wrote:
>>
>>> http://issues.apache.org/bugzilla/show_bug.cgi?id=39801
>>>
>>> ------- Additional Comments From andreas@apache.org  2006-06-13 15:25 
>>> -------
>>> Created an attachment (id=18455)
>>>  --> 
>>> (http://issues.apache.org/bugzilla/attachment.cgi?id=18455&action=view)
>>> Patch that uses the usecase module for the search results page
>>>
>>> You have to add a usecase document with the document ID "/search". 
>>> The content
>>> has to be:
>>>
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <usecase xmlns="http://apache.org/lenya/usecase/1.0" 
>>> name="lucene.search"/>
>>>
>>> The "return to document" link doesn't work yet.
>>
>>
>> Did anyone have the time to take a look at this?
>> Should I go on with this approach and fix the remaining issues?
> 
> i like it. there is still the open issue that most usecases do not work 
> with your wrapper, but that's a problem of those usecases and orthogonal 
> to the search issue...

I'm not really sure how to solve this, there are some remaining issues:

- CSS (normally handled by the core CSS which is not available in publications)
- tabs (for site and admin area) - can they be removed automatically?

-- Andreas


-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Search results page as usecase document

Posted by Jörn Nettingsmeier <po...@uni-duisburg.de>.
Andreas Hartmann wrote:
> Hi Lenya devs,
> 
> bugzilla@apache.org wrote:
> 
>> http://issues.apache.org/bugzilla/show_bug.cgi?id=39801
>>
>> ------- Additional Comments From andreas@apache.org  2006-06-13 15:25 
>> -------
>> Created an attachment (id=18455)
>>  --> 
>> (http://issues.apache.org/bugzilla/attachment.cgi?id=18455&action=view)
>> Patch that uses the usecase module for the search results page
>>
>> You have to add a usecase document with the document ID "/search". The 
>> content
>> has to be:
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <usecase xmlns="http://apache.org/lenya/usecase/1.0" 
>> name="lucene.search"/>
>>
>> The "return to document" link doesn't work yet.
> 
> 
> Did anyone have the time to take a look at this?
> Should I go on with this approach and fix the remaining issues?

i like it. there is still the open issue that most usecases do not work 
with your wrapper, but that's a problem of those usecases and orthogonal 
to the search issue...

-- 
"Open source takes the bullshit out of software."
	- Charles Ferguson on TechnologyReview.com

--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: pol-admin@uni-due.de, Telefon: 0203/379-2736

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


[1.4] Search results page as usecase document (was: DO NOT REPLY [Bug 39801] - Search results page is specific to default publication)

Posted by Andreas Hartmann <an...@apache.org>.
Hi Lenya devs,

bugzilla@apache.org wrote:

> http://issues.apache.org/bugzilla/show_bug.cgi?id=39801
> 
> ------- Additional Comments From andreas@apache.org  2006-06-13 15:25 -------
> Created an attachment (id=18455)
>  --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18455&action=view)
> Patch that uses the usecase module for the search results page
> 
> You have to add a usecase document with the document ID "/search". The content
> has to be:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <usecase xmlns="http://apache.org/lenya/usecase/1.0" name="lucene.search"/>
> 
> The "return to document" link doesn't work yet.


Did anyone have the time to take a look at this?
Should I go on with this approach and fix the remaining issues?

-- Andreas



-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org