search engines
I need a search engine that can give the number of hits in the particular document, and highlight that words within the html and take to that particular spot in the document. These would be internal searches (only searching pages I created). I also would be using a local server. I know I am asking a lot but does anyone know of anything like that?
[This message has been edited by jules (edited 24 January 2000).]
anti posted this at 14:17 — 25th January 2000.
They have: 453 posts
Joined: Jan 1999
Hmmm ... don't know of any,
but why don't you write it yourself ?
find /basepath -name "*.html"|xargs grep index|awk -F":" ' {print $1 }'
Should give you the list of files that contain the word.
Searching through those documents and putting highlights around the matches shouldn't be to much work.
I think you could do the full script in 5-10 hours and have everything double checked.
If you go for site with many pages you should build a keyword DB.
Not to hard either.
I would do it for you, but at the moment I work 14/7 and I really need my sleep
ciao
Anti
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.