This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit dd80289c67d223b8190b09b456f9430f1f474a38
tree addf702e4bfdf9b2eb6053f7790d4bbf9bc7dac7
parent b34ea12d98e89ea7e12f86225812ae1df4a35821
tree addf702e4bfdf9b2eb6053f7790d4bbf9bc7dac7
parent b34ea12d98e89ea7e12f86225812ae1df4a35821
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Mon May 18 09:19:53 -0700 2009 | |
| |
README | ||
| |
Rakefile | Mon Jul 28 11:56:46 -0700 2008 | |
| |
app/ | ||
| |
db/ | Mon Nov 03 06:41:58 -0800 2008 | |
| |
lib/ | ||
| |
spec/ | ||
| |
sphinx_search_extension.rb |
README
= Sphinx Search Adds ThinkingSphinx [http://ts.freelancing-gods.com/] support to Radiant. == Usage Requires the gem version of Thinking Sphinx, available at: http://github.com/freelancing-god/thinking-sphinx Once installed, add this line to environment.rb: config.gem 'freelancing-god-thinking-sphinx', :lib => 'thinking_sphinx' By default, only the first 8kB of any page's content will be indexed. You can change this in page_extensions.rb if that's not enough space, or if you wish to reduce that in order to keep your indexes lean. This extension defines a Page index for you. Pages will be indexed on title and content, with a field boost applied to title. Included attributes are: status_id, updated_at, and a +searchable+ boolean. You can toggle the searchable attribute from within the page edit view if you wish to restrict certain pages from appearing in the results -- just remember to call Page.search with +:conditions => { :searchable => 1 }+ if that's the case. ============================================================================== Copyright (c) 2008 Digital Pulp, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.








