Topic profile page for Search query.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Search query.
Topic "Search query" was discussed 6,290 times on 1,407 sites in last 3 months
Started 2 days, 4 hours ago (2009-12-01 00:59:00)
by tek0011
I have noooo idea if I am even posting this in the correct area, let alone the correct site. If not I apologize and maybe someone could direct me elsewhere. I am trying to add a custom search into my site. http://www.jeffknowsloans.com you can see it about the middle of the page. I am using the following script to do so. Code: Select County Washington Ramsey...
Started 3 days, 23 hours ago (2009-11-29 06:33:00)
by Bev Robins
I am having trouble getting my ASP search query string to look up a field Subcategory and display a list of matches by first character match. so when an 'A' is entered as the search character, matches starting with A only are displayed. The script works for a total list , but however I modify the where/Like line to put in the last line , the formatting falls apart, any help much appreciated. ...
Started 6 days, 17 hours ago (2009-11-26 11:57:00)
by Dean_King76
When I am creating an Advanced Find query, the windows keeps crashing and reopening, and it is getting very annoying. Does anyone know why this is happening and how to stop it. I am using IE8 on Windows 7, CRM 4.0 build 4.0.7333.2138
Started 1 week, 3 days ago (2009-11-23 02:30:00)
by new_me
hi m new to this forums..hope my problem will be solved here.. I have three tables menu_content, services and tailor.. all 3 tables are not linked.. their desc is as follows menu_content has menu_id, title and description tailor has tailid,title and content services has servid,title and content i want to write a search query tht searches in all 3 tables for a keyword and ...
Started 1 week, 3 days ago (2009-11-22 23:08:00)
by asrasrasr
hello friends, I m tring to search SMP-155-E-ST from mysql data base using following search query PHP Code: SELECT DISTINCT ( prd_id ) , prd_title, prd_code, prd_pagetitle, prd_desc, prd_img1, prd_price, prd_saleprice, prd_rating, prd_color, prd_material, prd_finish, prd_style, prd_assembly, prd_height, prd_width, prd_depth, prd_weight FROM tbl_products WHERE prd_visible= 1...
Started 1 week, 6 days ago (2009-11-19 21:18:08)
by steel_curtain
Unless you're running a massive search query against Google or another SE for a very specific raw html string you're out of luck. In other words, you're going to have to search by hand my friend. Think of it like a scavenger hunt though, and enjoy!
Started 2 weeks, 1 day ago (2009-11-18 02:10:00)
by sevdej
> Hi friends, I am developer .I am making a project .I need phone brand model using useragent. I have a table for this. My Input is useragent like this. 'Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaN76' my table columns are brand, model,useragent. I am using this arguments and return brand and model . How am I write a query ? Thank you. sevdeh
Started 5 days, 7 hours ago (2009-11-27 22:15:00)
by antispam246
Sorry I've gone blank If I want to search for 2 different terms what's the best way to do it? E.g blu ray OR blu-ray My initial search was blu ray but then i realised many people actually type blu-ray which would mean i miss alot of things, so how do i get it to search for both terms in an OR fashion not AND.
Started 1 week ago (2009-11-25 12:29:00)
by SpacePhoenix
new_me can you show a "Create Table" for each of the three tables? Which fields do you need in the results? The use of SELECT * is generally considered to be bad practise, you should only select the columns that you need.
Started 1 day, 15 hours ago (2009-12-01 14:17:00)
by Donna Edwards
In addition to what Mac suggested, ensure you are on the latest CRM Update which is Rollup 7 and that the machine has all the latest Windows OS and IE updates. You can also take a look at the event viewer on the machine and see if any errors are logged that might provide additional information.
Started 2 days, 3 hours ago (2009-12-01 02:20:00)
by Old Pedant
What doesn't make sense is that the first two URLs there require that the street number and street name be in separate "fields" in the query string. Code: result.asp?housenum=&street= PropertySearchResults.aspx?pin=&Nbr=&Street=&pg=1 Further, both of those first two assume a particular city whereas the other two would need the city as part of the search. So... I think you...
Started 2 days, 11 hours ago (2009-11-30 18:14:00)
by hvalle98
This depends completely on the browser. Firefox 3.5 and up are configured to do a google search query. So, when I type just "bing", I see that google.com loads and redirects me to bing.com
Started 1 week, 1 day ago (2009-11-25 00:00:00)
by Smith5646
Without seeing code, I'm flying blind but here are a few possibilities. 1) Is the query that does not work not passing all parms? 2) Is the value for Param4 not a string? This should give a different error but it's a guess. Post a little code and maybe I can help you figure something out.