HughP / olac

Automatically exported from code.google.com/p/olac
0 stars 0 forks source link

Fix URL for link to faceted search #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the archive details page, e.g.

   http://www.language-archives.org/archive/www.ldc.upenn.edu

The link for "Faceted search" is as follows:

http://search.language-archives.org/search.html?q=archive_facet%3A%22The+LDC+Cor
pus+Catalog%22

This works, but not optimally. It retrieves just the records for that archive, 
but it loads the query into the search box and enters it into the upper right 
list of "Currently used filters" as a Query--of which there can be only one.  
Thus if you put something else in the search box to drill deeper, it erases the 
choice of archive.

Rather, the URL parameter should be "fq" instead of "q".  This makes it a 
"facet query" and it does not go into the search box, so that a subsequent use 
of the search box does drill deeper.

Original issue reported on code.google.com by gary_sim...@gtempaccount.com on 29 Nov 2011 at 11:19

GoogleCodeExporter commented 9 years ago
This isn't really critical but should only take a couple minutes so I hope you 
can do it soon.

Original comment by garyfsim...@gmail.com on 29 Nov 2011 at 11:23