|
05-01-2004, 04:40 PM | #1 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Taking Requests
Hi. If you really, ReaLLy, REALLY want something in the next release of PhpDig, NOW is the time to make the request, as I'm almost done with the next release. Note: CONSENSUS RULES!!! So the more requests for a particular item, the better the chances of seeing that item in the next release.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
05-01-2004, 05:59 PM | #2 |
Green Mole
Join Date: Mar 2004
Posts: 11
|
2 requests:
1 - small fix for the plurality of the errors "you", are very common words and were ignored. to "you", is a very common word and was ignored. etc... 2 - not sure if it's worth doing, but utilise the google api for phrase/spelling suggestions. It's not very complicated, and I've used it in other php based applications (using nusoap). If enough people ask for it, let me know and I'll help! Last edited by gooseman; 05-01-2004 at 06:03 PM. |
05-01-2004, 06:53 PM | #3 |
Green Mole
Join Date: Nov 2003
Posts: 11
|
Proper Cookie Support in GET requests
Hi,
I would like to see cookies being passed properly in all page requests. Currently, in versions of PHP < 4.3, cookies are only being sent properly in HEAD requests but not in the GET requests. This is a huge problem when you have a site that depends on a sessionID cookie as an example. Personally I have already fixed this bug in the versions of PHPDig that I use for my clients sites. What I did was use this small library to do it: http://snoopy.sourceforge.com Its an extremely simple piece of code and I fixed the PHPDig bug in 6 lines of code. (in the robot_functions.php file). Mind you, to properly support authentication and such you will need to add a few more lines I will be more then happy to share my code fixes, simply let me know. PHPDig rocks! |
05-01-2004, 07:03 PM | #4 |
Green Mole
Join Date: Nov 2003
Posts: 11
|
multiple catalog support
Not sure if this is being done yet, but it would be extremely useful to spider a site based on a full url path instead of just a domain name.
PHPDig currently does this, but what it does not do is store the search results based on the starting url. It instead stores them based on domain name. This is a useful feature when you have a site in multiple languages. Example: http://www.phpdig.net/en/index.php http://www.phpdig.net/fr/index.php http://www.phpdig.net/es/index.php Those are entry points into the website that set a session language variable. All concurrent pages in the site are then rendered in the proper language. The only way to support this in phpdig at the moment is to have 3 different installations which is a pain to maintain and adds unnecessary complexity/bloat to the sites code base. I'm a linux guy personally, but what the best related example that I can think of is Microsoft's Indexing server concept of a catalog. It supports multiple catalogs with each catalog having a starting url. You can then write a search form that queries the catalog for results. I hope this is somewhat clear, if not please let me know and I'll try to explain further Did I mention that PHPDig rocks? Excellent work thus far! |
05-01-2004, 07:07 PM | #5 |
Purple Mole
Join Date: Dec 2003
Posts: 106
|
First I want to say on behalf of everyone that you're doing an awesome job, Charter, both on development and support. Thanks also for taking requests! How cool.
Here are mine, in order of preference: 1) The ability to run multiple spider processes from the Admin panel, so that the whole will finish faster. 2) A limit on the total links per site spidered 3) Full URLs stored in the database as typed in when spidering...e.g. "http://www.site.com/folder" instead of "http://www.site.com"
__________________
Foundmyself.com artist community, art galleries |
05-02-2004, 12:09 AM | #6 |
Green Mole
Join Date: Mar 2004
Posts: 14
|
Hi, yes I really like phpDig : a nice tool, congratulation.
I have a directory of website, as many people, and a search web engine as phpDig visit them and indexes them. I would have the possibility to enhance the pertinence of one website or another depending of MY HUMAN judgement. I think it will be great to set keywords to a website and giving these keywords a value (1 to 5). |
05-02-2004, 12:24 AM | #7 |
Green Mole
Join Date: Feb 2004
Posts: 3
|
Hi,
I really need Unicode-Support..
__________________
Jens |
05-02-2004, 01:18 AM | #8 |
Green Mole
Join Date: Mar 2004
Posts: 1
|
my vote
my vote is for multibyte/unicode support
thanks for such great software |
05-02-2004, 02:29 AM | #9 |
Green Mole
Join Date: Apr 2004
Posts: 1
|
phpDig already rocks but have to agree with the two others above, unicode-support.
phrase/spelling suggestions would be nice to, but not critical. |
05-02-2004, 03:50 AM | #10 |
Green Mole
Join Date: Oct 2003
Posts: 17
|
Hi all.
I'd like to see in the next release some additions we have made (me and alinin70); between others sponsored links. We have added other features that we want to see in the next release (a complete list is coming soon). First and foremost, integration with the google api using nusoap. Ciao. JyGius |
05-02-2004, 04:07 AM | #11 |
Green Mole
Join Date: Mar 2004
Location: London
Posts: 10
|
> utilise the google api for phrase/spelling suggestions.
As Gooseman, JyGius and JanneJava suggested ... this would be most useful for me, in maintaining the search facilities for the Society of Indexers' mailing list archives. Also, BloodJelly suggested > The ability to run multiple spider processes from the > Admin panel, so that the whole will finish faster. Yes, please! I have to index 9000 pages on a monthly basis, and no matter how I do it, the indexing process still takes ~30+ hours to do! |
05-02-2004, 05:24 AM | #12 |
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
|
Okay, again my plan (post some month ago) and request for : Intelligent Php-Dig Fuzzy
I have see at my statistic, user have many write errors or words which are not found, because there are other words which looks like this. My Request is a "Did you mean Tag": See: Google - Did you mean: My plan is: - ideas to create better results - create a Tag: phpdig: phonetic - add phpdig: phonetic to index.php - add this to the templates as: do you mean: ... (in all languages) and display to 3 TOP-hits if searchresult is empty - add this seach to statistic --- found by phonetic ... Problems are: - different letter in front - special language character: ü. ö, ä, ß - German "Straße" is in Database but "Strasse" isn't found anything (engl. street. - a little slow (perhaps create a Table-Field for SOUNDEX and add at indexing or a Link in Admin-Menu. You can view my source at: Test-Search-Page for (little) Intelligent Php-Dig Fuzzy Try this search: "autentication" "deskription" "hiperlinks" on my Test-page. Roland Last edited by Rolandks; 05-02-2004 at 05:29 AM. |
05-02-2004, 05:34 AM | #13 |
Green Mole
Join Date: Mar 2004
Posts: 11
|
I like the fact that the google implementation is tried and tested and very easy to implement.
It will work really well for spelling corrections and suggestions*, but the phrase suggestions (spelling correct, but you'll get more hits with a similar suggested phrase) works on the statistical analysis of searches and common phrases on its indexed pages. So, in my opinion, for spelling corrections, google API is really good. For phrase suggestions, you'd probably want something more customised to your individual site (or indexed pages). For now, I'd say go with the google api, as it's there and simple to implement. A more custom solution should be targetted to suggesting phrases based on your actual page data set. *it's interesting that google still doesn't return results for us/uk spelling crossovers or gives you the option for this - organisation and organization return completely different results. You have to search for 'organisations OR organizations' (Then is suggests - did you mean 'organizations OR organizations') - lol |
05-02-2004, 06:13 AM | #14 |
Orange Mole
Join Date: Nov 2003
Location: High Wycombe, Bucks. UK
Posts: 35
|
Charter - Thanks for your efforts, much appreciated here.
If you enter more than one search word can each one be highlighted in a different colour (like Google). I do not think is is necessary to have the ability to switch them on and off (like Google).
__________________
Regards Bob Finch |
05-02-2004, 06:31 AM | #15 |
Green Mole
Join Date: May 2004
Posts: 1
|
I think all the suggestions are good, and I have been happy with phpdig.
Two things I would like to see: 1. meta-data for ranking pages. 2. Ability to crawl Web sites developed in Lotus Notes -- John Chadwick |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Requests other template engine | janhsh | Mod Requests | 0 | 06-27-2005 07:50 AM |
Code Requests | Charter | Feedback & News | 0 | 02-29-2004 12:45 AM |
funny requests | fzxdude | Troubleshooting | 2 | 01-24-2004 10:15 PM |
Update Index taking 11 hours.... | tester | Troubleshooting | 14 | 01-23-2004 11:10 AM |