Re: How to integrate Apache Lucene search engine with cakephp 2.x

2014-04-22 Thread José Lorenzo
I would strongly suggest using ElasticSearch. It is the easiest way of integrating lucene in any project. On Tuesday, April 22, 2014 6:11:19 AM UTC+2, Pawan Kumar wrote: > > I want to integrate *Apache Lucene Search engine* with *cakephp*, here > is the link for Apache Lucene sera

How to integrate Apache Lucene search engine with cakephp 2.x

2014-04-22 Thread Pawan Kumar
I want to integrate *Apache Lucene Search engine* with *cakephp*, here is the link for Apache Lucene serach engine http://lucene.apache.org/core/ -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you

Simple Search Engine

2013-04-15 Thread Reza Talamkhani
hi, I need my website search all content about user query... contents that be searched is news table, articles table, etc. I do'nt know how to implement this that easiest & local search... please help me. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter

Re: Search-Engine: Extend results with random records if there are no 'real' results

2009-09-30 Thread braaan
you are right, it doesn't make "sense", but we've to do it that it looks better. it's a search-engine for a specific sector so every result will statisfy the user (a little bit). therefore i wanted to do it like that. does anyone know how? (with pagination) thank you!

Re: Search-Engine: Extend results with random records if there are no 'real' results

2009-09-27 Thread brian
On Sun, Sep 27, 2009 at 7:52 AM, braaan wrote: > > On 25 Sep., 20:28, brian wrote: >> On Fri, Sep 25, 2009 at 8:47 AM, braaan wrote: >> >> > i can't use ORDER BY RAND() on every page because >> > then the user would get different results on every refresh. >> >> Well, it wouldn't be very random,

Re: Search-Engine: Extend results with random records if there are no 'real' results

2009-09-27 Thread braaan
On 25 Sep., 20:28, brian wrote: > On Fri, Sep 25, 2009 at 8:47 AM, braaan wrote: > > > i can't use ORDER BY RAND() on every page because > > then the user would get different results on every refresh. > > Well, it wouldn't be very random, otherwise, would it? you are right, i meant not a new OR

Re: Search-Engine: Extend results with random records if there are no 'real' results

2009-09-25 Thread brian
On Fri, Sep 25, 2009 at 8:47 AM, braaan wrote: > > i can't use ORDER BY RAND() on every page because > then the user would get different results on every refresh. Well, it wouldn't be very random, otherwise, would it? > i thought about doing the data-fetching myself (and extend if there > are t

Search-Engine: Extend results with random records if there are no 'real' results

2009-09-25 Thread braaan
Hello, i'm coding a very basic search-engine at the moment. the admin is able to add some records manually and then users can search for them. as there are not many records added by the admin the results are 0 quite often. if the result-count is 0 i want to extend the results with random re

Re: Get keyword from Search Engine

2009-09-24 Thread Bert Van den Brande
: > > Hi > > I did a component to get/save the search engine keyword if same one > > arrive from google,msn,yahoo. > > I call it in app_model with beforeFilter. > > The problem is that in home page or wherever it save the same keywords > > group more than one

Re: Get keyword from Search Engine

2009-09-24 Thread igorfelluga
:01 pm, igorfelluga wrote: > > > Hi > > I did a component to get/save the search engine keyword if same one > > arrive from google,msn,yahoo. > > I call it in app_model with beforeFilter. > > The problem is that in home page or wherever it save the same keywords

Re: Get keyword from Search Engine

2009-09-24 Thread Dr. Loboto
Check $this->params['requested'] in beforeFilter. If it is set and true, you are processing requestAction this time. On Sep 24, 2:01 pm, igorfelluga wrote: > Hi > I did a component to get/save the search engine keyword if same one > arrive from google,msn,yahoo. > I

Re: Get keyword from Search Engine

2009-09-24 Thread Bert Van den Brande
oreFilter" from "app_controller" ? > > > "app_model" has no "beforeFilter". > > > > > On Thu, Sep 24, 2009 at 9:01 AM, igorfelluga >wrote: > > > > >> Hi > > >> I did a component to get/save the search engine k

Re: Get keyword from Search Engine

2009-09-24 Thread igorfelluga
gt; On Thu, Sep 24, 2009 at 9:01 AM, igorfelluga wrote: > > >> Hi > >> I did a component to get/save the search engine keyword if same one > >> arrive from google,msn,yahoo. > >> I call it in app_model with beforeFilter. > >> The problem is that in home page

Re: Get keyword from Search Engine

2009-09-24 Thread Bert Van den Brande
m "app_controller" ? > "app_model" has no "beforeFilter". > > > > On Thu, Sep 24, 2009 at 9:01 AM, igorfelluga wrote: > >> >> Hi >> I did a component to get/save the search engine keyword if same one >> arrive from google,msn,y

Re: Get keyword from Search Engine

2009-09-24 Thread Bert Van den Brande
Don't you mean "beforeFilter" from "app_controller" ? "app_model" has no "beforeFilter". On Thu, Sep 24, 2009 at 9:01 AM, igorfelluga wrote: > > Hi > I did a component to get/save the search engine keyword if same one > arrive from goo

Get keyword from Search Engine

2009-09-24 Thread igorfelluga
Hi I did a component to get/save the search engine keyword if same one arrive from google,msn,yahoo. I call it in app_model with beforeFilter. The problem is that in home page or wherever it save the same keywords group more than one time. I think that happen because the page call 2/3/4

Discussion on listed-websites-on-custom-google-search-engine-for-cakephp

2009-06-24 Thread laptop
why isnt book.cakephp.org on there --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-ph

Re: Search engine like function?

2009-05-02 Thread Lapinski
> dave OR thomas > dave AND thomas > "dave thomas" > "dave thomas" OR "david thomas" > > Is there already a cake pattern or helper that exists that I should be > using? If not I may just create one for the good of the community. > -- > View t

Search engine like function?

2009-05-01 Thread mbourque
handlers such as: dave OR thomas dave AND thomas "dave thomas" "dave thomas" OR "david thomas" Is there already a cake pattern or helper that exists that I should be using? If not I may just create one for the good of the community. -- View this message in cont

Re: search engine bots and sessions

2009-03-13 Thread majna
} On Mar 13, 11:14 am, wowfka wrote: > Yes thank your for suggestion, i was thinking about this solution > also, just thought that cake take care of bots. > > On Mar 13, 12:04 pm, WyriHaximus wrote: > > > Most search engine bots/crawlers don't store cookies when t

Re: search engine bots and sessions

2009-03-13 Thread wowfka
Yes thank your for suggestion, i was thinking about this solution also, just thought that cake take care of bots. On Mar 13, 12:04 pm, WyriHaximus wrote: > Most search engine bots/crawlers don't store cookies when they are > crawling your site. A way to solve this is creating a list

Re: search engine bots and sessions

2009-03-13 Thread wowfka
I am just tracking, currently visiting users last 30 min, so i can use session database, also increased session expirity a little. As i know cake deletes only expired sessions. On Mar 13, 12:01 pm, Braindead wrote: > Cake deletes expired entries from the session table automatically. > Therefore

Re: search engine bots and sessions

2009-03-13 Thread WyriHaximus
Most search engine bots/crawlers don't store cookies when they are crawling your site. A way to solve this is creating a list with known bots and their useragent strings. If a visitor visits your site check if it's a bot or not and if so look in your sessions table if it has been here

Re: search engine bots and sessions

2009-03-13 Thread Braindead
Cake deletes expired entries from the session table automatically. Therefore using the session table to track users could lead to wrong figures. Multiple records for the same IP address are ok. Try to open your site with Firefox and IE at the same time. There will be 2 records for your IP address

search engine bots and sessions

2009-03-13 Thread wowfka
Hi, Have little prob with search engine bots :) I am storing sessions in database and also track visitors in site, with records from that database, recently i saw multiple records with same IP adress tracked it, and found that it is search engine bots, google,yahoo, etc there was many records

Re: Firefox Search Engine Plug-In

2009-02-11 Thread j0n4s.h4rtm...@googlemail.com
Thanks both of you. Do not fight. Thanks for contributions, helps a lot. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe f

Re: Firefox Search Engine Plug-In

2009-02-10 Thread WebbedIT
Well put LunarDraco! I've been working with Cake for on and off 4-5 months now and only seem to be scratching the surface. Without the likes of those you listed above and grigri, teknoid etc. I would have had to be carted off to the funny farm and given some nice relaxants! I hasten to add thou

Re: Firefox Search Engine Plug-In

2009-02-10 Thread LunarDraco
>From my point of view anything I write to benefit the community can be lifted at will. I contribute to help not to gain fame or money. If I want money I'll keep it to myself and sell it to those who are willing to pay for it. I really appreciate the active community surrounding cake and those wh

Re: Firefox Search Engine Plug-In

2009-02-10 Thread Hernan
No problem. As I've said to Marcelo in private, I'm glad this plug-in soap opera had a happy ending. And it seems we both did (more or less) the same thing at the same time. Great minds think alike, you know the saying... :) On Feb 10, 10:49 am, Marcelo Andrade wrote: > On Tue, Feb 10, 2009 at 6

Re: Firefox Search Engine Plug-In

2009-02-10 Thread Marcelo Andrade
On Tue, Feb 10, 2009 at 6:46 AM, WebbedIT wrote: > > How did he expect Hernan to search for it and find it if not added to > Mozilla Plugins site and not pasted to the bin, not that it would seem > logical to search the bin for such a thing?!? On Tue, Feb 10, 2009 at 6:38 AM, AD7six wrote: > >

Re: Firefox Search Engine Plug-In

2009-02-10 Thread WebbedIT
# Copyright (c) 2009 Marcelo de Freitas Andrade Copyright info suggest he's only just created it/added his license info. How did he expect Hernan to search for it and find it if not added to Mozilla Plugins site and not pasted to the bin, not that it would seem logical to search the bin for suc

Re: Firefox Search Engine Plug-In

2009-02-10 Thread AD7six
On Feb 9, 11:12 pm, Marcelo Andrade wrote: > On Mon, Feb 9, 2009 at 12:04 PM, Hernan wrote: > > > Hi there, > > This is my first CakePHP post by the way. I'm kind of new to CakePHP > > but I already love it. > > > I've created a search engine

Re: Firefox Search Engine Plug-In

2009-02-10 Thread BeroFX
Ooops, sorry, thought you were talking about me :-) My 5 star rating is still up :-) On Feb 10, 10:25 am, BeroFX wrote: > @Herman: > > Man, I'm really sorry. I'm the guy that rated you, but I chose 5 > stars, not 1 (!?!?). > I have no idea why Mozilla entered it as one :-( --~--~-~--~---

Re: Firefox Search Engine Plug-In

2009-02-10 Thread BeroFX
@Herman: Man, I'm really sorry. I'm the guy that rated you, but I chose 5 stars, not 1 (!?!?). I have no idea why Mozilla entered it as one :-( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post

Re: Firefox Search Engine Plug-In

2009-02-10 Thread WebbedIT
Have to agree with Hernan on this one ... you could have given the guy the benefit of the doubt before jumping to the conclusion that he was passing your work off as his. All it would have took was for you to expand on your "Credits?" post and make the guy aware you had previously created a simil

Re: Firefox Search Engine Plug-In

2009-02-09 Thread Hernan
Oh, I just saw your 1 star review in the mozzila dev site. Thank you very much. Well, I didn't know it existed and no, I didn't copy from it. I've made it from scratch wasting my time reading specification BS, coding it and uploading it, converting the icon to base64 etc. Do you really think I'd r

Re: Firefox Search Engine Plug-In

2009-02-09 Thread Hernan
an type directly in the address bar "cake something" and it will search "something" in the cake docs. To assign a keyword to a Search Engine plugin you have to click "Manage Search Engines...", then select and edit the keyword. --~--~-~--~~~-

Re: Firefox Search Engine Plug-In

2009-02-09 Thread Marcelo Andrade
On Mon, Feb 9, 2009 at 12:04 PM, Hernan wrote: > > Hi there, > This is my first CakePHP post by the way. I'm kind of new to CakePHP > but I already love it. > > I've created a search engine plug-in to search the 1.2 docs. > You can download it here: > https:

Re: Firefox Search Engine Plug-In

2009-02-09 Thread BrendonKoz
ureka moments that I just didn't have. :D On Feb 9, 10:04 am, Hernan wrote: > Hi there, > This is my first CakePHP post by the way. I'm kind of new to CakePHP > but I already love it. > > I've created a search engine plug-in to search the 1.2 docs.

Firefox Search Engine Plug-In

2009-02-09 Thread Hernan
Hi there, This is my first CakePHP post by the way. I'm kind of new to CakePHP but I already love it. I've created a search engine plug-in to search the 1.2 docs. You can download it here: https://addons.mozilla.org/en-US/firefox/search?q=cake&cat=4%2C0 You'll have to regi

Re: Search Engine Bots Generating Strange Queries

2008-11-06 Thread Mathew
Another reason not to use redirects for missing URIs is that you could mistakenly create what is called a "crawler trap". A crawler trap are URLs that keep changing but keep producing the same content. The crawler gets stuck wasting its time download the same page, because it can't tell by the UR

Re: Search Engine Bots Generating Strange Queries

2008-11-06 Thread Mathew
Most web crawlers won't check a 404, because of the way servers send Http responses. When a crawler requests a page that is missing, it first receives the header response from the request, and it can read the response code, content-type, and other information. The web crawler can then stop the do

Re: Search Engine Bots Generating Strange Queries

2008-11-06 Thread BrendonKoz
if Safari has the feature included out of the box, well...I'd rather present the user with something than nothing at all, and a 404 isn't my idea of proper degredation within the path. Either way, it's simply a matter of personal preference. Google was not the first search engine

Re: Search Engine Bots Generating Strange Queries

2008-11-06 Thread Mathew
> I'd actually say using a permanent redirect (301, I believe) to your > root (or that controller's index), rather than to the 404 page might > be a better solution.  If your users/visitors won't see it since > you're not linking to it, it isn't really a bad solution, and I doubt > you'd want any

Re: Search Engine Bots Generating Strange Queries

2008-11-06 Thread BrendonKoz
I'd actually say using a permanent redirect (301, I believe) to your root (or that controller's index), rather than to the 404 page might be a better solution. If your users/visitors won't see it since you're not linking to it, it isn't really a bad solution, and I doubt you'd want any search eng

Re: Search Engine Bots Generating Strange Queries

2008-11-06 Thread Mathew
Hi Mike, If your using Apache it has some features in the htaccess file that will allow you to disable access to your server for bots causing you trouble. In your Cake 404 display page keep track of the number of times a 404 is generated per IP address, and if it exceeds a threshold log that IP

Re: Search Engine Bots Generating Strange Queries

2008-11-05 Thread MikeK
Thank you Matthew - I log it everytime before throwing the 404 and I figured whatever was creating these things would stop - but it continues. I'm so dadgum anal obsessive it just kills me - hard to ignore... It is not coming from any 'known' bot either... --~--~-~--~~~---

Re: Search Engine Bots Generating Strange Queries

2008-11-01 Thread Novice Programmer
Great advice mathew... Yes... i think that this is the way to go... point all /controller/action which dont mean any thing without an extra id to 404... once the crawler sees this 404 it would never try to fetch the same thing again. Thanks. On Sat, Nov 1, 2008 at 6:21 AM, Mathew <[EMAIL PROTECTE

Re: Search Engine Bots Generating Strange Queries

2008-10-31 Thread Mathew
Hi Mike, Disallowing that in your robots.txt is a waste of time. The robots.txt file was started by Google, and is not an officially supported feature of all crawlers. So they don't have to follow it, and I can tell you this doesn't sound like the google bot anyway, because that bot doesn't gene

Re: Search Engine Bots Generating Strange Queries

2008-10-31 Thread MikeK
So you're saying the search bots are just walking all my actions as if they are subdirs on a site? Not sure about this. Maybe I should disallow those specific requests with robots.txt? Any other cakers have an opinion on this? If I disallow www.mydomain.com/controller/action/ wont the bots stop

Re: Search Engine Bots Generating Strange Queries

2008-10-30 Thread David C. Zentgraf
Safari (and possibly other browsers as well) allow you to right- click on the title bar and offer the same kind of "URL shortening shortcuts" in a popup menu. On 30 Oct 2008, at 15:02, MikeK wrote: > > In a general CMS app written in CakePHP I am noticing in my logs > invali

Search Engine Bots Generating Strange Queries

2008-10-29 Thread MikeK
In a general CMS app written in CakePHP I am noticing in my logs invalid queries being generated by various search engine bots including Google, Inktomi, and Yahoo. What I'm wondering is WHY? For example they are requesting http://mysite.com/controller/view instead of the correct

Discussion on listed-websites-on-custom-google-search-engine-for-cakephp

2008-10-07 Thread Primeminister
Only search in the CakePHP.org domain (api, tests,book,trac) http://www.google.com/coop/cse?cx=010821733709469541955:xmlzkbwlgaq --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group,

Discussion on listed-websites-on-custom-google-search-engine-for-cakephp

2008-10-07 Thread Primeminister
Would be nice to have some refinements so that the links to sites as API, Book, tests, etc are easily accessable. Look at refinements in the CSE control panel. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP"

Re: Integrating Zoom Search Engine into CakePHP

2008-05-09 Thread Mathew Nik Foscarini
From: SilenceDoGood <[EMAIL PROTECTED]> To: CakePHP Sent: Friday, May 9, 2008 11:46:07 AM Subject: Integrating Zoom Search Engine into CakePHP I'm open to hearing suggestions to other Search Engine options, but currently I'm using Wrensoft's Zoom Search Engine.

Integrating Zoom Search Engine into CakePHP

2008-05-09 Thread SilenceDoGood
I'm open to hearing suggestions to other Search Engine options, but currently I'm using Wrensoft's Zoom Search Engine.The tool comes with a Microsoft Windows front with various configuration options and the ability to generate an indexed files with cgi, php, asp front ends.

Re: simple search engine

2007-10-02 Thread rtconner
If you are on 1.2, read this article.. http://bakery.cakephp.org/articles/view/advanced-pagination-1-2 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@

Re: simple search engine

2007-10-02 Thread francky06l
Look at documentation, especially the $this->User->findAll method. Use array('field1' => value, 'field1' => value) as first parameter of findAll. That should be enough to accomplish this very basic query (as well as very documented). On Oct 2, 10:44 pm, sixlaneve <[EMAIL PROTECTED]> wrote: > Any

simple search engine

2007-10-02 Thread sixlaneve
Any working example... I need to grab results from a table, with a query like SELECT * FROM USERS WHERE x=firstvariable AND y=secondvariable; any example? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP

View this page "Listed Websites on Custom Google Search Engine for CakePHP"

2007-08-06 Thread bingo
Click on http://groups.google.com/group/cake-php/web/listed-websites-on-custom-google-search-engine-for-cakephp - or copy & paste it into your browser's address bar if that doesn't work. --~--~-~--~~~---~--~~ You received this message b

Re: Looking for opinions/suggestions/feedback - search engine for a non-public site

2007-06-06 Thread Chris Hartjes
On 6/6/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > On 6/6/07, Gonzalo Servat <[EMAIL PROTECTED]> wrote: > > Sorry to post again about this but a few days have gone by, only got one > > reply which didn't quite get me the info I need to move on with a solution. > > Death to post bumpers. Damn,

Re: Looking for opinions/suggestions/feedback - search engine for a non-public site

2007-06-06 Thread Chris Hartjes
On 6/6/07, Gonzalo Servat <[EMAIL PROTECTED]> wrote: > Sorry to post again about this but a few days have gone by, only got one > reply which didn't quite get me the info I need to move on with a solution. Death to post bumpers. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @T

Re: Looking for opinions/suggestions/feedback - search engine for a non-public site

2007-06-06 Thread Gonzalo Servat
Servat <[EMAIL PROTECTED]> wrote: > > Hi Bakers, > > Some of you may recall an email I sent to the list a month or so ago on > how to integrate a search engine into a CakePHP app. Someone suggested I use > the Lucene stuff from the Zend framework and that seemed like a good > so

Re: Looking for opinions/suggestions/feedback - search engine for a non-public site

2007-06-02 Thread Gonzalo Servat
On 6/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hey Gonzalo, > > Couple of ideas for you... > 1st - I have no idea if this is viable, but it seems to me that the > cake cache might be a good way to index and search your content. I > would start by looking at the API. You would probabl

Re: Looking for opinions/suggestions/feedback - search engine for a non-public site

2007-06-01 Thread [EMAIL PROTECTED]
, why not user requestAction method? On Jun 2, 12:24 am, "Gonzalo Servat" <[EMAIL PROTECTED]> wrote: > Hi Bakers, > > Some of you may recall an email I sent to the list a month or so ago on how > to integrate a search engine into a CakePHP app. Someone suggested I use

Looking for opinions/suggestions/feedback - search engine for a non-public site

2007-06-01 Thread Gonzalo Servat
Hi Bakers, Some of you may recall an email I sent to the list a month or so ago on how to integrate a search engine into a CakePHP app. Someone suggested I use the Lucene stuff from the Zend framework and that seemed like a good solution. It used a shell script (written by an author whose name I

Re: Search Engine for a CakePHP app

2007-05-01 Thread John David Anderson (_psychic_)
On Apr 30, 2007, at 9:50 PM, Gonzalo Servat wrote: > On 5/1/07, John David Anderson (_psychic_) <[EMAIL PROTECTED]> > wrote: > > On Apr 30, 2007, at 9:19 PM, Gonzalo Servat wrote: > > I created a search engine using a few classes from the Zend > "Framework.

Re: Search Engine for a CakePHP app

2007-05-01 Thread tracyfloyd
Well, once you get the inner workings figured out here's an interesting approach from a UI standpoint: http://link.toolbot.com/dbachrach.com/76372 On May 1, 12:42 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > On 5/1/07, John David Anderson (_psychic_) <[EMAIL PROTECTED]> wrote: > > > > >

Re: Search Engine for a CakePHP app

2007-04-30 Thread Dr. Tarique Sani
On 5/1/07, John David Anderson (_psychic_) <[EMAIL PROTECTED]> wrote: > > > On Apr 30, 2007, at 10:21 PM, Mariano Iglesias wrote: > > > > Zend Framework? HERESY! > They will be assimilated. Oh! they will say that "It is by design" ;) Cheers Tarique -- ==

Re: Search Engine for a CakePHP app

2007-04-30 Thread John David Anderson (_psychic_)
David Anderson (_psychic_) > Enviado el: Martes, 01 de Mayo de 2007 12:31 a.m. > Para: cake-php@googlegroups.com > Asunto: Re: Search Engine for a CakePHP app > > > > I created a search engine using a few classes from the Zend > "Framework." They've g

RE: Search Engine for a CakePHP app

2007-04-30 Thread Mariano Iglesias
: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de John David Anderson (_psychic_) Enviado el: Martes, 01 de Mayo de 2007 12:31 a.m. Para: cake-php@googlegroups.com Asunto: Re: Search Engine for a CakePHP app I created a search engine using a few classes from the Zend "Fram

Re: Search Engine for a CakePHP app

2007-04-30 Thread Gonzalo Servat
On 5/1/07, John David Anderson (_psychic_) <[EMAIL PROTECTED]> wrote: > > > On Apr 30, 2007, at 9:19 PM, Gonzalo Servat wrote: > > I created a search engine using a few classes from the Zend "Framework." > They've got a nice port of the guts of Lucene, a

Re: Search Engine for a CakePHP app

2007-04-30 Thread John David Anderson (_psychic_)
On Apr 30, 2007, at 9:19 PM, Gonzalo Servat wrote: > Hi All, > > So I've gotten to a point in my app that I need to implement some > sort of (basic) search engine functionality. It wouldn't be that > hard to do if all the content was housed in database tables (as

Search Engine for a CakePHP app

2007-04-30 Thread Gonzalo Servat
Hi All, So I've gotten to a point in my app that I need to implement some sort of (basic) search engine functionality. It wouldn't be that hard to do if all the content was housed in database tables (as I could do something similar to what gwoo suggested in http://groups.google.com/grou

Woooooooooooooooooow The Best Music Search Engine

2007-04-16 Thread [EMAIL PROTECTED]
http://www.freemp3sky.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECT

Woooooooooooooooooow The Best Music Search Engine

2007-04-16 Thread [EMAIL PROTECTED]
http://www.freemp3sky.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECT

Re: Custom CakePHP search engine

2006-10-30 Thread bingo
included that one also thanks :).. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to

Re: Custom CakePHP search engine

2006-10-30 Thread [EMAIL PROTECTED]
this is very useful http://othy.wordpress.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send e

Re: Custom CakePHP search engine

2006-10-29 Thread bingo
okie...sorry I forgot to add snook.ca... now its there... Regards bingo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscri

Re: Custom CakePHP search engine

2006-10-29 Thread nate
You forgot snook.ca, which withcake is being merged back into. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from thi

Re: Custom CakePHP search engine

2006-10-29 Thread bingo
hi okie ...i have included some more websites...here is the list of sites that are currently in the custom search engine CakePHP official websites http://groups.google.com.pe/group/cake-php?lnk=lr http://bakery.cakephp.org/ http://api.cakephp.org/ http://cakephp.org/ CakePHP blogs

Re: Custom CakePHP search engine

2006-10-29 Thread [EMAIL PROTECTED]
here are some more resources you can add: http://www.thinkingphp.org/cakenews/ (not just this url, take a look at the page) http://www.noswad.me.uk/ more here: http://www.cakephpforum.com/discussion/8/cakephp-useful-resources/#Item_0 --~--~-~--~~~---~--~~ You rece

Custom CakePHP search engine

2006-10-29 Thread bingo
hi, I have created a custom cakephp search engine. http://www.google.com/coop/cse?cx=006850030468302103399%3Amqxv78bdfdo This search engine will specifically search for cakephp related article, tutorial and tips. Please let me know if there any blogs or websites that should be included in it

Re: need bakers for search engine analyst project.

2006-09-07 Thread Felix Geisendörfer
a new service (Search Engine Analyst). The need is immediate to start ASAP. The project requires at least intermediate (2-5 years) of experience with both PHP and _javascript_ in a LAMP environment. Canidadate should be familiar with writing basic MySQL queries that include selects and joins. Ideally

need bakers for search engine analyst project.

2006-09-07 Thread Gil Vidals
I need a good baker for a cakephp project: Description: We are looking for an experienced web developer to assist our in house developer in creating a new service (Search Engine Analyst). The need is immediate to start ASAP. The project requires at least intermediate (2-5 years) of experience

Re: Search Engine Optimization

2006-07-30 Thread 379 the manifesto
Thanks AD. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

Re: Search Engine Optimization

2006-07-29 Thread AD7six
How about putting something like this in your layout: ]*>*@", "", $content_for_layout); $description = preg_replace('/\s\s+/', ' ', $description); $description = substr($description, 0, 400); } ?> Therefore if the varaible $description isn't set, just use the first x characters

Re: Search Engine Optimization

2006-07-28 Thread [EMAIL PROTECTED]
You can use the super-cool HeadHelper (http://cakeforge.org/snippet/detail.php?type=snippet&id=56) to dynamically put things in the header of your layout. See this thread for details: http://groups.google.com/group/cake-php/browse_thread/thread/53f34e06e26c3b59/20ef002542bf96ef?lnk=gst&q=headhel

Re: Search Engine Optimization

2006-07-28 Thread 379 the manifesto
Mod rewrite URLs are good for e-commercial sites especially, as you name pages according to the 'product/blog/news item' that they serve. So Google would come across: www.my_elephant_shop.com/shop/view/elephants (Which is very SEO index friendly and easier for users to remember). I have used

Re: Search Engine Optimization

2006-07-28 Thread nate
Actually, Cake URLs are better optimized than standard webapp URLs because search engines seem to prefer path-based URLs to querystring-based URLs. Also, Cake's URLs are based on a routing system that supports regular expressions, so you can put URLs in whatever format you want. Just search this

Re: Search Engine Optimization

2006-07-27 Thread Samuel DeVore
no On 7/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > We're bidding on a website redesign and are heavily pitching the use of > CakePHP. The client is very concerned about URLs like: > > www.site.com/page > > instead of > > www.site.com/page.html > > Are CakePHP URLs any more difficult

Search Engine Optimization

2006-07-27 Thread [EMAIL PROTECTED]
We're bidding on a website redesign and are heavily pitching the use of CakePHP. The client is very concerned about URLs like: www.site.com/page instead of www.site.com/page.html Are CakePHP URLs any more difficult for search engines to index than the standard page.html form? --~--~

Re: Search engine

2006-07-18 Thread KorKi
ok, it works... partly i know where is pace of ths and the rest but it doesn't search and doesn't show me the result. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send e

Re: Search engine

2006-07-18 Thread Matt
I just copied the example in the manual. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to

Re: Search engine

2006-07-18 Thread gwoo
Matt, you dont have to write so much SQL. > class Post extends AppModel > { > var $name = 'Post'; > > function posterFirstName($poster_id) > { > $ret = $this->Post->findByPoster_id($poster_id, 'first_name'); > $firstName = $ret[0]['first_name']; > return $first

Re: Search engine

2006-07-18 Thread Matt
You'd use it by creating a function in your model that makes a custom SQL call eg class Post extends AppModel { var $name = 'Post'; function posterFirstName() { $ret = $this->query("SELECT first_name FROM posters_table WHERE poster_id = 1");

Search engine

2006-07-18 Thread KorKi
I'm looking for a search engine for my cake i found this: http://groups.google.com/group/cake-php/browse_thread/thread/5a632568d39faae7/7d5d65a0f0202b1d?q=search&rnum=6 But i have no idea how to place it in my app. Can somebody help me? or you've got other ideas for the search en

Re: Tutorial for a clone of RoR screencast: Web based search engine for Flickr

2006-06-04 Thread Gustavo Carreno
On 6/5/06, Armando Sosa <[EMAIL PROTECTED]> wrote: > I like the "They can, we can" idea Yeap, that has to be the statement of this month !!! -- < If you know Red Hat you know Red Hat, If you know Slackware you know Linux > --~--~-~--~~~---~--~~ You received this

Re: Tutorial for a clone of RoR screencast: Web based search engine for Flickr

2006-06-04 Thread Armando Sosa
I like the "They can, we can" ideaOn 6/4/06, Gustavo Carreno <[EMAIL PROTECTED]> wrote: On 6/4/06, RosSoft <[EMAIL PROTECTED]> wrote: > I've created a tutorial for clone the web based search engine for> flickr screencast of RoR (they can, we can)Way to go mate,

Re: Tutorial for a clone of RoR screencast: Web based search engine for Flickr

2006-06-04 Thread Gustavo Carreno
On 6/4/06, RosSoft <[EMAIL PROTECTED]> wrote: > I've created a tutorial for clone the web based search engine for > flickr screencast of RoR (they can, we can) Way to go mate, pretty good job !! -- < If you know Red Hat you know Red Hat, If you know Slac

  1   2   >