SOLR & Typo3

2014-03-21 Thread Bernhard Prange

Hey Group,
I am trying to use SOLR with TYPO3.

It works so far. But I get an "?sword_list[]=endometrial&no_cache=1" on 
the end of each link, causing the linking not to work. How do I remove 
that? Do I have to configure this within RealUrl?


Thanks for your help.


FE Integration with JSON

2014-03-27 Thread Bernhard Prange

Hey there,
I am looking for a simple solution to construct a frontend search. The 
search provider just gave me a JSON Url.


Anybody has a simple guide or some snippets for that?

Best regards

Bernhard



Re: FE Integration with JSON

2014-03-27 Thread Bernhard Prange

right :) Thanks Shawn.

It is the Frontend of a Webpage. (HTML5).
The search provider offers me an URL where I get a query result of solr 
(in JSON).

That's what I have.

What I need is a "How to" for the UI rendering of this file. (And the 
search query functionality).

The SOLR Server is on a remote location.







Am 27.03.2014 09:25, schrieb Shawn Heisey:

On 3/27/2014 2:11 AM, Bernhard Prange wrote:

I am looking for a simple solution to construct a frontend search. The
search provider just gave me a JSON Url.

Anybody has a simple guide or some snippets for that?

There are no details here.  What specifically do you need help with?
Presumably you want help with Solr because you're on the solr-user
mailing list, but the only technology you've mentioned is JSON.

Let's say that you are wanting to add search to System X.  The first
question that comes to mind is:  "What programming language is System X
written in?"  The answer will make a big difference in where the
discussion goes.

Thanks,
Shawn






SOLR Remote Search - Best Practice

2014-04-08 Thread Bernhard Prange

Hi all,
I have an issue with a JSON related query.

An Ajax searchform that should look up on another location for the JSON 
Query.


The Domain where the data should be pulled from with:
http://mydomain.com/projects/solr_server/?q=searchword

That totally works if I type it in the browser.

Now I followed these instructions:
https://wiki.apache.org/solr/SolJSON#Using_Solr.27s_JSON_output_for_AJAX
in order to search for data and output them.

Within the example, I changed onsubmit='xmlhttpPost("/search/query"); return false;'>
and made a redirect via .htaccess from /search/query 
http://mydomain.com/projects/solr_server/?q=searchword


If I type it to the browser, the redirect works.
I I try to use the form, that does not.

What do you guys think is the best practice to solve this search problem 
here?


Best regards


Bernhard