Upvote Upvoted 5 Downvote Downvoted
Search function?
1
#1
4 Frags +

Maybe Im just blind and stupid but I dont see a forum search button anywhere and I think it would be cool if there was one.

Maybe Im just blind and stupid but I dont see a forum search button anywhere and I think it would be cool if there was one.
2
#2
0 Frags +

This has been said before, but I think enigma said that it was difficult and would take some time.

This has been said before, but I think enigma said that it was difficult and would take some time.
3
#3
5 Frags +

If there was a search function I couldve looked for the previous thread suggesting this :P

If there was a search function I couldve looked for the previous thread suggesting this :P
4
#4
0 Frags +

Go to google

site:teamfortress.tv

Go to google

site:teamfortress.tv
5
#5
4 Frags +

that seems like an awful lot of work

that seems like an awful lot of work
6
#6
0 Frags +

http://teamfortress.tv/forum/thread/965/1

http://teamfortress.tv/forum/thread/1129-forum-search-button

http://teamfortress.tv/forum/thread/1119-stream-question#post-12516

http://teamfortress.tv/forum/thread/1607-search-function

http://teamfortress.tv/forum/thread/965/1

http://teamfortress.tv/forum/thread/1129-forum-search-button

http://teamfortress.tv/forum/thread/1119-stream-question#post-12516

http://teamfortress.tv/forum/thread/1607-search-function
7
#7
7 Frags +

hey mrslin

suck my dick

hey mrslin












suck my dick
8
#8
0 Frags +
$search_statement = "SELECT * FROM posts WHERE post_body like '" + $search_term + "';"
[code]$search_statement = "SELECT * FROM posts WHERE post_body like '" + $search_term + "';"[/code]
9
#9
0 Frags +

A generic SQL query through hundreds of thousands of posts using a SQL 'like' operator? Might work OK now, but unless you actually build a cache/index, that search will easily start to slow down the speed of the site, which is pretty damn fast thanks to enigma. Search queries through all posts are ridiculously expensive. Also, pretty sure that is just an exact search since it uses like (I don't every use like in mysql so mayve I'm wrong and it escapes all the spaces), meaning typos and bad results end up forcing more searches. Then we'd have to add timers against ddosing using the search and protect it from SQL injection (if more features are added).

AKA one line of code is just going to shit up the site. Plz we don't want that.

I'll try to convince enigma to just add a google search bar into the right sidebar though so these topics stop happening.

A generic SQL query through hundreds of thousands of posts using a SQL 'like' operator? Might work OK now, but unless you actually build a cache/index, that search will easily start to slow down the speed of the site, which is pretty damn fast thanks to enigma. Search queries through all posts are ridiculously expensive. Also, pretty sure that is just an exact search since it uses like (I don't every use like in mysql so mayve I'm wrong and it escapes all the spaces), meaning typos and bad results end up forcing more searches. Then we'd have to add timers against ddosing using the search and protect it from SQL injection (if more features are added).

AKA one line of code is just going to shit up the site. Plz we don't want that.

I'll try to convince enigma to just add a google search bar into the right sidebar though so these topics stop happening.
10
#10
-1 Frags +

just do a very extensive substring() script, duh

just do a very extensive substring() script, duh
11
#11
0 Frags +

Mock up search thinger

http://i.imgur.com/vx1k0.jpg

Mock up search thinger

[img]http://i.imgur.com/vx1k0.jpg[/img]
12
#12
0 Frags +

Actually it would be nice to have a bit more advanced features

http://i.imgur.com/WJG9z.jpg

Actually it would be nice to have a bit more advanced features

[img]http://i.imgur.com/WJG9z.jpg[/img]
13
#13
-1 Frags +

anything is better than nothing think. one step at a time.

anything is better than nothing think. one step at a time.
14
#14
2 Frags +

Look at the top. :D

Thanks enigma!

Look at the top. :D

Thanks enigma!
15
#15
1 Frags +

we deeeet it mannnng

we deeeet it mannnng
16
#16
2 Frags +

why does it open in a new tab

why does it open in a new tab
17
#17
4 Frags +
crumpetwhy does it open in a new tab

to give you something to complain about :P

[quote=crumpet]why does it open in a new tab[/quote]
to give you something to complain about :P
18
#18
0 Frags +
ErenJaycrumpetwhy does it open in a new tabto give you something to complain about :P

its his favorite pasttime

[quote=ErenJay][quote=crumpet]why does it open in a new tab[/quote]
to give you something to complain about :P[/quote]

its his favorite pasttime
19
#19
-1 Frags +

http://puu.sh/1gJnK

thanks enigma!

[img]http://puu.sh/1gJnK[/img]

thanks enigma!
20
#20
0 Frags +

When did that get added? I never noticed it til just now...

When did that get added? I never noticed it til just now...
Please sign in through STEAM to post a comment.