|
A web application I work with requires a form which allows an Administrator to add users into the web applications user table. The web application is intranet based and is run in a number of countries world wide.
They need the ability to search Active...
Started by davidsleeps on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are doing an LDAP search bind to port 3268 instead of 389 to access the GC on the domain.
|
|
I have a problem creating an index with Zend_Search_Lucene.
Now, everything works fine on my local machine so I guess there is just an issue with file permissions on the webserver.
Here is how I'm trying to create index in controller:
$index = Zend_Search...
Started by Richard Knop on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So change it to something like
$index = Zend_Search_Lucene::create('/path/to/public_html/public/data/users_index');
Although....
Hi
$index = Zend_Search_Lucene::create('public/data/users_index');
??
Edit/Update : After further issue.
|
|
Hi
On my website users can keyword search and find desired results. (Just a simple keyword search, WHERE word LIKE %abc% OR LIKE %cde% etc etc). This all works fine.
I have some partner websites which want to put a search box on their website to search...
Started by Wbdvlpr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<?php $search = array( array("id" => 1, "name" => "An item name would probably do something like this....
Simply put you just have to serialize your search results into the proper format instead of outputting them to HTML.
Or XML).
|
Ask your Facebook Friends
|
For example I've often wanted to search stackoverflow with
SELECT whatever FROM questions WHERE views * N + votes * M > answers AND NOT(answered) ORDER BY views;
or something like that.
Is there any reasonable way to allow users to use SQL as a search...
Started by BCS on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to really customize search options, give either....
BUT, I wouldn't for my life let my user enter SQL like that.
If you do SQLEncode your users' input (and make sure to remove all ; as well!), I see no huge you'll be safe.
|
|
Hi, I asked guru but I still couldn't solve the problem that I have. I want to write a console program searching certain files, like xls , doc or *pdf. I wrote a code like this but when it comes to the say, Users Directory, it cates UnauthorizedAccessException...
Started by intrajp on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I understand.
Thank you.
As 'Administrator' or run the application as the specific user for each User's folder.
|
|
Hi
I'm developing an ASP.NET form for data-entry. Users have to select a client from a dropdownlist that is filled with about 1000 clients.
Now the client list is growing and the users have requested that I add a lookup feature: they'd like to type part...
Started by edosoft on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A select box doesn't.
I think a textbox would actually be preferred for this .
When the users to what the users types.
To use a dropdown list you could have a textbox and dropdown list in an update panel .
|
|
I have a classifieds website. The users first have to specify their 'area of search'...
I want to add a function where users also can check a checkbox to find ads 'close' to their selected 'area'.
But I don't know how to 'mapp' or 'link' the areas together...
Started by Camran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are quite some radius search code Latitude/Longitude proximity search....
Also you need some database of counties/cities with info in it such as city/country, longitute, latiture, etc .
You will have to use radius search script for that.
|
|
I dont have a problem per say, but im looking for a mod that will let me do a user search by IP address to help me locate users who register with many different email addresses, this has become a problem in my forum and was hoping someone had created ...
Started by mandyjo on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at phpbb):
Met vriendelijke groet,
Alfred that search does not show inactive users database , a search and a few seconds scannning the results would give you:
User IP Logs
Duplicate UserThat is already....
This topics belongs to Mod requests.
|
|
Users would like to able to quickly search shared folders etc. on the server.
What are the PRO's and CON's of these two technologies?
Started by Christopher Edwards on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Windows search would also require you to add any 3rd aprty filters (pdf etc) to each desktop but search....
Your likely to add WSS or sharepoint (if it's not already in the works) the big plus for Search server is that it supports sharepoint.
|
|
Hi, i have a question about configuration fo search pages in sharepoint. There are two types of searches:
contextual which searches just in current page or list (they are labelled like: This site: Name of site or This list: Name of list), they point to...
Started by drax on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I guess we will have.
That it is not really possible to configure other receiving page for contextual search..
|