Is it possible to search only a certain category or domain with this script?
For example - search the entire database or only under what I crawled from okgenweb.net
SSEP Search only in certain categories or domains
-
- Posts: 8
SSEP Search only in certain categories or domains
Admin
The ssep script does not search the entire database, but a single registered domain which can be specified in config.php.
In 'ssep/php/config.php' there is the following variable:
When the value is set to 'auto', the script searches the registers of the current domain.
If you want to search other registered and indexed domain, you can set the variable like this:
In 'ssep/php/config.php' there is the following variable:
Code: Select all
$search_domain = 'auto'; // in which registered domain to search ('auto' = current domain where the script is installed)
If you want to search other registered and indexed domain, you can set the variable like this:
Code: Select all
$search_domain ='okgenweb.net';
Antandt
Thanks! I appreciate your help
This is an awesome script and I'll let you know when I have it going on my website.
I was wondering if that $search_domain variable could be passed in the search form such as a dropdown list? The reason I say this is because I would like to crawl all the pages of the okgenweb however I'd like to give the user the option of only searching in certain counties of oklahoma. Does that make any sense?
This is an awesome script and I'll let you know when I have it going on my website.
I was wondering if that $search_domain variable could be passed in the search form such as a dropdown list? The reason I say this is because I would like to crawl all the pages of the okgenweb however I'd like to give the user the option of only searching in certain counties of oklahoma. Does that make any sense?
Admin
It is possible if the countries are in different subdomains.
The ssep script can search on certain domain or subdomain, but not in different categories of the same domain.
If the countries are categories (directories) in the same domain, the script as it is, it cannot search in certain category (countries).
Anyway, the script is free, i not involve myself to make such personal changes.
The ssep script can search on certain domain or subdomain, but not in different categories of the same domain.
If the countries are categories (directories) in the same domain, the script as it is, it cannot search in certain category (countries).
Anyway, the script is free, i not involve myself to make such personal changes.
Antandt
Yes I understand. The script is free and I'm thankful you released it for everyone!
Thanks!
Thanks!
Similar Topics
-
SSEP: search in all the domains at the same time
Scripts from this website
First post
Hi!Last post
I want to know how to modify SSEP in order to do a search on all the indexed domains like google does. I've 5 sites and i want to include all...
Hello,
Sorry, the SSEP script cannot search in multiple domains same time, and it require to many changes to implement that feature.
The person who... -
SSEP - double search results, copy of current page as search result
Scripts from this website
First post
Hi there,Last post
first of all I'd like to say thank you for this nice script.
I have implemented your script into my website:
haushalts-geld.de
and...
Thank you. And you do all that in your free time, amazing. You're awesome. -
SSEP index and edit search results data
Scripts from this website
First post
Hi,Last post
The SSEP script seems to work.
last 2 questions:
1. If I update my website, do I have to re-index the whole domain or is there a option to...
The SSEP script is not suitable for a forum because the forum has dynamically content that can change very frequently.
SSEP has not option to edit... -
Error when installing SSE0P Search Script
Announcements & Support
First post
Hello! Thanks for what looks to be ab AWESOME search script! I've run into a problem when installing the SSEP Search Script. I changed everything...Last post
Hello,
Thanks for your appreciations, I checked that line of code and the script is ok.
The problem is that the server has a too old php version... -
Filter html table with multiple search in two columns
JavaScript - jQuery - Ajax
First post
I'm trying to do this: w3schools.com/howto/howto_js_filter_table.aspLast post
- But instead, to search with multiple search words in two columns of the same...
Split the search string by space and filter the column for each word. Try this code in your JS script:
function myFunction() {
var src, input,...