Tagged Questions
0
votes
0answers
18 views
Return image from search php
This is my search php code, it's working fine, but I want to return the link of the game.
In this code I'm able to see the game name when I hit search, but I want to see my gamelist depending on what ...
0
votes
1answer
23 views
Fulltext search with relevance - why the need for a multiple columns index?
I have to implement fulltext search in multiple columns with result weighting based on relevance of certain columns / fields.
All the solutions I've come across seem to use single-column indexes for ...
1
vote
1answer
31 views
How to search a public database in php or mysql
I'm working on a music upload website but I want to prevent users from posting copyrighted material. Is there a way to connect to the copyright.gov database to then create some sort of search engine? ...
0
votes
0answers
25 views
Windows Forms/SQL Database/Datagridview: Rapid search through large quantity of data
I have a MySQLCe database of double integers 0.00 to 1000.00 in intervals of .01 (so 100,000 rows). I'm using the Sterling Activex API. It's kind of obscure and difficult to explain, but basically all ...
1
vote
2answers
34 views
MySQL Search and Replace to replace unused shortcodes
I am updating a Wordpress site. It used a shortcode to produce youtube embed videos, but that's not really needed anymore. I'm a front end dev and I want to be careful before touching the Database. ...
0
votes
6answers
47 views
Product Search php mysql
Im trying to create a search for a product from the database.
MY DB:
tbl_brand
-----------
brand_id Brand_name
1 Canon
2 Nikon
tbl_product
-------------
prod_id prod_name ...
0
votes
0answers
16 views
Doing Fulltext Searches within Left Joins
I am working on improving a search engine for my website and I think the best way to do this would be with Fulltext indexes and Left Joins.
There are three tables (a user table, a "genres" table, and ...
0
votes
1answer
59 views
search query slow, recordset based on view. how to speed it up?
I have a recordset based on a view in MySQL that I use to return search results but it is painfuilly slow (consistently 21 seconds!). A similar search in the same environment takes under a second.
I ...
0
votes
2answers
42 views
Best CodeIgniter search library? [closed]
I have CodeIgniter 2.3 web app with a rather large mysql database (400,000+ rows) for which I would like to enable some advanced searching (i.e. multi-field, loose text, etc) and have search results ...
0
votes
1answer
28 views
Search form for Prices
I have a form that is trying to search different prices. I manage to search Address and City information but with the prices no search results show up. I am not sure if its in the HTML side or the PHP ...
0
votes
0answers
23 views
How do I implement “smart” search like foursquare [closed]
I've created a website where one can search for stores selling specific brands.
Currently I have two search inputs; One for store and one for brand. I search by using LIKE with %.
I got one table for ...
0
votes
5answers
64 views
MySql Search Query for Two Combined Fields
I am working on a site that allows users to list boats and yachts for sale. There is a mysql database that has a table "yachts" and among other fields ther are "make" and "model".
When people come to ...
0
votes
1answer
62 views
Mysql search with 2 times AND on the same field
I have a searchquery for searching factories in a radius of x km around the input (postal code). It is working fine, but the problem is I can't search for the input (postal code) so when i type in ...
1
vote
0answers
19 views
MySQL FTS boolean mode operator customizing
I'm using the InnoDB FTS of MySQL 5.6.10 and want to change the default behavior of the boolean operators.
Note In implementing this feature, MySQL uses what is sometimes referred to as implied ...
0
votes
1answer
25 views
Search multiple words through php
I'm new in php. I can search through one keyword not by two. I want to search using multiple words e.g "first+experience"
while entry in database feild is as "First_Experience"
I use this query:
...
-3
votes
2answers
49 views
mysql ambiguous column titles
Okay so i have a search code that looks into two tables. I know that the ambiguity comes from the fact that there is a column "title" in both tables (tables named disc track).
now my fix was this.
...
0
votes
0answers
49 views
MySql database design for website
I am new to MySql databases and need your input on if this is a good setup or not, for a classifieds website.
The website will have different attributes for different categories.
I have so far, ...
-3
votes
0answers
48 views
search process using php and mysql not working [closed]
I have a search page that allows users to search using 3 types and in each type I have a different query and different message to be displayed but the message does not display at all.
One of the ...
-4
votes
2answers
49 views
How to display search results from different categories with PHP and MySql [closed]
I am working on a Classifieds website, and I have a question about retreiving search results.
My goal is to display the number of classifieds in each category next to the category-names.
For ...
0
votes
3answers
23 views
MySQL Query: Filtering search results by tags
Suppose that you have a database table that works as a link between two others. In this case, a link between a book and a tag, such as "fiction" or "gardening". If we have the following dataset:
...
-2
votes
2answers
36 views
How do you search part of a name within a table? [closed]
I have a table of names (e.g: Peter de San Marino) within a database, I'm trying to search and display the results of status of application on a page. If a user type just Peter and hit the search ...
1
vote
2answers
46 views
MySQL filters query
I got table of links between goods and filters, like this:
id, good_id, filter_id.
When user notes checkboxes i have to show him all goods, that got link with all of those filters.
My vision of the ...
0
votes
2answers
39 views
Instead of returning the whole table, how can I just return the row they searched for?
New to programming, and this site. My current .jsp is
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" ...
2
votes
2answers
75 views
php search function failing with single quote entry [duplicate]
Ok, I have been on this for 1 hour now.. I am missing something very simple ? I need a new set of eyes on this ? I searched here and found a few things and tried to implement , but still came up short ...
0
votes
2answers
55 views
Sorting MySQL Search Results AFTER Return
I have a products page showing all the products for sale on my site, with links on the side to allow the user to narrow down the results, for example by color. So if they click on the "Red" link, ...
-1
votes
3answers
77 views
How to get pagination within my searchpage - codeigniter
I have a search bar on the mainpage of my website. when i search for companies and click 'search' it redirects to a page http://mydomain.com/searchresults. (NOTE: i removed the controller name 'home' ...
0
votes
1answer
56 views
Searching multiple tables using a keyword in php mysql
SELECT * from vehicle_adv_details
LEFT JOIN vehicle_description on vehicle_adv_details.id=vehicle_description.vehicleid
LEFT JOIN vehicle_extras on ...
-1
votes
1answer
142 views
Postcode search using the codeigniter google-maps-api-v3-library
I use THIS awesome library for codeigniter.
I have a website (http://kees.een-site-bouwen.nl) when the user first visits the page they have to fill in their postcode and a radius. (this does not do ...
10
votes
4answers
172 views
How to check against all joins when generating a score using MYSQL
I'm finding this fairly hard to explain so please bare with me here...
I'm using MYSQL to generate a score for each result returned by a query. The results are then ordered by the score.
The part ...
0
votes
1answer
62 views
SphinxSearch - setFilter working with sql_attr_multi
It is possible to set a filter/condition in the sphinx api to add an 'AND' condition to the config select? (or to act like an 'AND' condition) ?
SetFilter doesnt work as I expected, because I'm using ...
-1
votes
0answers
53 views
ID fields in database tables or GUID?
I often use for the ID field for a quick access or a search operation and also use it as INDEX field, also it has such properties as PRIMARY_KEY, AUTO_INCREMENT.
But I wonder, how could be long INT ...
1
vote
3answers
37 views
Improving django search
I have the following search:
titles = Title.objects.filter(title__icontains=search)
If this is a search to find:
Thomas: Splish, Splash, Splosh
I can type in something like "Thomas" or "Thomas: ...
0
votes
2answers
53 views
SQL search multiple values in same field
I'm building a simple search algorithm and I want to break my string with spaces, and search my db on it, like so:
$search = "Sony TV with FullHD support";
$search = explode( ' ', $search );
...
0
votes
1answer
74 views
Search in mysql db with result containing string with partial match
I need to create a powerful search page for my website, I am using php & mysql.
I want to
get results with partial match.
Eg, if I have stackoverflow in db but i have searched stacke so ...
0
votes
1answer
61 views
CodeIgniter search results are unexpected; where() with or_like() broken?
Today's date is April 25, 2013. Yes, the time on the server is correct and a var_dump of mdate('%Y-%m-%d', strtotime(now())) is returning 2013-04-25.
The MySQL table column for date is the date ...
0
votes
1answer
36 views
MySQL fulltext search with no matches
Having this table:
CREATE TABLE search (
`uid_search` INT(15) NOT NULL auto_increment,
`uid` INT(11),
`type` VARCHAR(30),
`strings` TEXT,
UNIQUE (uid,type),
PRIMARY KEY (uid_search),
FULLTEXT ...
1
vote
1answer
54 views
MYSQL - two tables in different databases
Ok, i need to check phone number to see if they match but the issue is, that one table is in database A and another is in database B
I am wondering is there away to do a search like this
update ...
0
votes
2answers
59 views
Using the “LIKE” with the “=” criterion together
I do not know how I can intergrate the "=" criteria with the "LIKE" in the following piece of code.
The code is for searching with multiple criterion. The search with this cat_id is okey expect that ...
-1
votes
0answers
209 views
how to create CodeIgniter Database Search Engine [closed]
My site is based on Codeigniter and am wanting to add a search functionality to it. The search will be performed on one of the MySQL table.
the table's engine is InnoDB due to which i am unable to ...
0
votes
0answers
61 views
MYSQL sum values from multiple column searched with regexp
my table "tabli" is
id|sweg2345_etov|ldogj35re_etov|xcsd2WE_etov|SID|name|.........|total
1 | 3 | 2 | 5 |d5 | Ab |.........| 10
2 | 1 | 3 | 4 ...
4
votes
3answers
315 views
In PHP, get entire word from MySQL search result using “LIKE”
what I want is:
Let's supose I searched "goo" using a query that goes like this: ...WHERE message LIKE '%goo%' and it returned me a result, for example I love Google to make my searches, but I'm ...
0
votes
1answer
34 views
Search engine only single return?
Hello everyone i made a simple search engine but there is one problem with it, when i search a string my result is only one line what did i do wrong i can't find it for multiple results.
Search.php:
...
2
votes
3answers
46 views
MySQL Trying to Return Staggered Results
For example I have a table with three fields:
id (int)
name (varchar)
company (int)
Let's say that I have the following data (example only)
id --- name --- company
...
0
votes
4answers
55 views
Why would WHERE IN run extremely slow
I've been using the following query for some time, but as the results database has grown, it has become slow to the point of being un usable. Could anyone suggest an alternative way of doing this?
...
0
votes
2answers
47 views
MySql Ordered Keyword Search
I have two tables currently:
search_matches:
match_id (int) <-- primary key
parent_id (int) <-- foreign-key
word_id (int) <-- foreign-key (to a table filled with words that are unique and ...
0
votes
2answers
45 views
MySQL query showing multiple results
I'm building a search page where a form will pass variables to a SQL query. If I input any search parameter, I get the results I want, unless I leave either the author or the subject search blank, I ...
2
votes
2answers
75 views
Search with two input fields in codeigniter
I have a searchform to search factories in my database. my factories table has a field called 'postcode' now when you visit the site for the first time you have to type in your postcode. this will be ...
1
vote
2answers
78 views
How to search with the value of a cookie in php - codeigniter
I have a popup dialog on first visit. you can set the postcode with a radius. onsubmit the cookies are set and shown on the main webpage:
You can try this here: http://kees.een-site-bouwen.nl
Now ...
3
votes
1answer
69 views
Search input words from mysql database and sort on base of most related
I want to get a result and sorted on the base of most related
.Here is a mysql table
id sentence
1 website download free idm here
2 get a free idmas5 from here
3 check out ...
0
votes
1answer
61 views
How to (quickly) search through a long text field for a certain string (field is up to 500 chars long)
I have a field, called 'message' and it can hold a string of up to 500 characters in length. It's basically for an in-site inbox system.
A user has a capacity of 250 messages in their inbox.
If a ...

