full_text_search

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

README

Getting Started

package main

import (
    "log"
    "github.com/pocketbase/pocketbase"
    full_text_search "github.com/rodydavis/pocketbase-plugins/full-text-search"
)

func main() {
	app := pocketbase.New()

	err = full_text_search.Init(app, "posts", "comments")
	if err != nil {
		log.Fatal(err)
	}

    if err := app.Start(); err != nil {
		log.Fatal(err)
	}
}
REST API
curl -X GET http://127.0.0.1:8090/api/collections/posts/records/full-text-search?search=Hello

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL