Michael Posted June 2, 2013 Report Posted June 2, 2013 You know some sites which you can click on a button and you can use your microphone (Laptop, Phone) to talk and it will recognize it.. Well I believe this would be a good feature request for the future. MemoryX2 1 Quote
MemoryX2 Posted June 2, 2013 Report Posted June 2, 2013 You know some sites which you can click on a button and you can use your microphone (Laptop, Phone) to talk and it will recognize it.. Well I believe this would be a good feature request for the future. That would be pretty slick.. May be some time off in the future though Quote
hostingDifferent-Scott Posted June 3, 2013 Report Posted June 3, 2013 It might be easiest to implement a sitewide google search as it already has this ability. Quote
Scott Horsley Posted June 3, 2013 Report Posted June 3, 2013 It might be easiest to implement a sitewide google search as it already has this ability. Except that would require Google to have unfettered access to your Blesta instance.. Not sure that's cool. :| John 1 Quote
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 Except that would require Google to have unfettered access to your Blesta instance.. Not sure that's cool. :| No it doesn't aha, that's like saying they have access to the other websites, mobile apps & forums.. http://cubicwebs.com.clearwebstats.com/ so Google has access to that website? Quote
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 It might be easiest to implement a sitewide google search as it already has this ability. But that's not where you can say what your looking for. If I wanted a client, I knew his name, I'd click that and say the name it's searched it instantly. Quote
Scott Horsley Posted June 3, 2013 Report Posted June 3, 2013 so Google has access to that website? I'm obviously missing something here. So basically this about doing speech to text rather than having google do the search. Quote
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 Yes and after it will search it like clicking enter. Quote
Paul Posted June 3, 2013 Report Posted June 3, 2013 I still feel awkward talking to Siri Infralliance 1 Quote
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 I still feel awkward talking to Siri Haha asked her to marry you yet mate Quote
Paul Posted June 3, 2013 Report Posted June 3, 2013 Haha asked her to marry you yet mate I don't think my wife would be too happy about that MemoryX2 1 Quote
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 I don't think my wife would be too happy about that Haha it's funny the Android S is funny as-well Quote
Bit Bayou Posted July 16, 2013 Report Posted July 16, 2013 It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field... Michael, MemoryX2 and Scott Horsley 3 Quote
MemoryX2 Posted July 17, 2013 Report Posted July 17, 2013 It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field... Bit Bayou 1 Quote
Paul Posted July 18, 2013 Report Posted July 18, 2013 It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field... It's a feature exclusive to webkit browsers I'm assuming. Do you think people would use this on a regular basis? Quote
Michael Posted July 18, 2013 Author Report Posted July 18, 2013 It's a feature exclusive to webkit browsers I'm assuming. Do you think people would use this on a regular basis? I would I'm lazy haha Quote
Bit Bayou Posted July 18, 2013 Report Posted July 18, 2013 It's a feature exclusive to webkit browsers I'm assuming. Do you think people would use this on a regular basis? Yeah, I caught on to the "webkit" part of the code... I don't know..it seems cool in theory, but it might get confusing if you have clients with crazy spelled names? I mean, I may not know how to spell it, and it may not know either! lol Quote
Paul Posted July 18, 2013 Report Posted July 18, 2013 Yeah, so far I see this as a kinda neat feature, but perhaps not terribly useful. Maybe we should revisit this one later, do a poll or something and gauge feedback. Quote
Michael Posted July 18, 2013 Author Report Posted July 18, 2013 Yeah, so far I see this as a kinda neat feature, but perhaps not terribly useful. Maybe we should revisit this one later, do a poll or something and gauge feedback. To search a client say their first name a dropdown shows the clients with the name, say 145 and it shows the invoices & clients under that number 3.1? Added a poll. Quote
MemoryX2 Posted July 19, 2013 Report Posted July 19, 2013 This can quickly and easily be changed by changing /app/views/admin/default/structure.pdt: <?php $this->Form->fieldText("search", "", array('class' => "search", 'placeholder'=>$this->Html->ifSet($search_options[$this->Html->ifSet($default_search_option, "smart")]))); ?> to: <input type="text" name="search" value="" class="search" placeholder="Smart Search" x-webkit-speech> Michael 1 Quote
Tyson Posted July 19, 2013 Report Posted July 19, 2013 This can quickly and easily be changed by changing /app/views/admin/default/structure.pdt: <?php $this->Form->fieldText("search", "", array('class' => "search", 'placeholder'=>$this->Html->ifSet($search_options[$this->Html->ifSet($default_search_option, "smart")]))); ?> You can still use the Form component: $this->Form->fieldText("search", "", array('class' => "search", 'x-webkit-speech' => "x-webkit-speech", 'placeholder'=>$this->Html->ifSet($search_options[$this->Html->ifSet($default_search_option, "smart")]))); Bit Bayou 1 Quote
Gualter Posted July 19, 2013 Report Posted July 19, 2013 There are ideas that are a waste of time, and this is one of them. OMG speak to seach lool buy a Iphone and use siri. ezpnet 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.